pub struct PathLikeOwned(<Path as ToOwned>::Owned);
Expand description
Tuple Fields§
§0: <Path as ToOwned>::Owned
Trait Implementations§
Source§impl AsRef<Path> for PathLikeOwned
impl AsRef<Path> for PathLikeOwned
Source§impl AsRef<PathBuf> for PathLikeOwned
impl AsRef<PathBuf> for PathLikeOwned
Source§impl Clone for PathLikeOwned
impl Clone for PathLikeOwned
Source§fn clone(&self) -> PathLikeOwned
fn clone(&self) -> PathLikeOwned
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PathLikeOwned
impl Debug for PathLikeOwned
Source§impl Default for PathLikeOwned
impl Default for PathLikeOwned
Source§fn default() -> PathLikeOwned
fn default() -> PathLikeOwned
Returns the “default value” for a type. Read more
Source§impl From<PathBuf> for PathLikeOwned
impl From<PathBuf> for PathLikeOwned
Source§impl From<PathLikeOwned> for PathBuf
impl From<PathLikeOwned> for PathBuf
Source§fn from(value: PathLikeOwned) -> Self
fn from(value: PathLikeOwned) -> Self
Converts to this type from the input type.
Source§impl From<String> for PathLikeOwned
impl From<String> for PathLikeOwned
Source§impl Hash for PathLikeOwned
impl Hash for PathLikeOwned
Source§impl Ord for PathLikeOwned
impl Ord for PathLikeOwned
Source§fn cmp(&self, other: &PathLikeOwned) -> Ordering
fn cmp(&self, other: &PathLikeOwned) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PathLikeOwned
impl PartialEq for PathLikeOwned
Source§impl PartialOrd for PathLikeOwned
impl PartialOrd for PathLikeOwned
impl Eq for PathLikeOwned
impl StructuralPartialEq for PathLikeOwned
Auto Trait Implementations§
impl Freeze for PathLikeOwned
impl RefUnwindSafe for PathLikeOwned
impl Send for PathLikeOwned
impl Sync for PathLikeOwned
impl Unpin for PathLikeOwned
impl UnwindSafe for PathLikeOwned
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.