Struct parallel_disk_usage::os_string_display::OsStringDisplay [−][src]
Expand description
Implementations
Create an OsStringDisplay of OsString.
Trait Implementations
Returns the “default value” for a type. Read more
impl<'de, Inner> Deserialize<'de> for OsStringDisplay<Inner> where
Inner: AsRef<OsStr> + Debug,
Inner: Deserialize<'de>,
impl<'de, Inner> Deserialize<'de> for OsStringDisplay<Inner> where
Inner: AsRef<OsStr> + Debug,
Inner: Deserialize<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
impl<Inner: PartialEq> PartialEq<OsStringDisplay<Inner>> for OsStringDisplay<Inner> where
Inner: AsRef<OsStr> + Debug,
impl<Inner: PartialEq> PartialEq<OsStringDisplay<Inner>> for OsStringDisplay<Inner> where
Inner: AsRef<OsStr> + Debug,
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
impl<Inner: PartialOrd> PartialOrd<OsStringDisplay<Inner>> for OsStringDisplay<Inner> where
Inner: AsRef<OsStr> + Debug,
impl<Inner: PartialOrd> PartialOrd<OsStringDisplay<Inner>> for OsStringDisplay<Inner> where
Inner: AsRef<OsStr> + Debug,
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl<Inner> RefUnwindSafe for OsStringDisplay<Inner> where
Inner: RefUnwindSafe,
impl<Inner> Send for OsStringDisplay<Inner> where
Inner: Send,
impl<Inner> Sync for OsStringDisplay<Inner> where
Inner: Sync,
impl<Inner> Unpin for OsStringDisplay<Inner> where
Inner: Unpin,
impl<Inner> UnwindSafe for OsStringDisplay<Inner> where
Inner: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Apply f to self. Read more
Apply f to &self. Read more
Apply f to &mut self. Read more
Apply f to &self where f takes a single parameter of type Param
and Self implements trait AsRef<Param>. Read more
Apply f to &mut self where f takes a single parameter of type Param
and Self implements trait AsMut<Param>. Read more
Apply f to &self where f takes a single parameter of type Param
and Self implements trait Deref<Param>. Read more
Apply f to &mut self where f takes a single parameter of type Param
and Self implements trait DerefMut<Param>. Read more
Apply f to &self where f takes a single parameter of type Param
and Self implements trait Deref<Param>. Read more
Apply f to &mut self where f takes a single parameter of type Param
and Self implements trait DerefMut<Param>. Read more