pub struct ConfigOs(Os);Expand description
A thin wrapper around Os to allow for config specific serialization.
Tuple Fields§
§0: OsTrait Implementations§
Source§impl<'de> Deserialize<'de> for ConfigOs
impl<'de> Deserialize<'de> for ConfigOs
Source§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
impl Eq for ConfigOs
impl StructuralPartialEq for ConfigOs
Auto Trait Implementations§
impl Freeze for ConfigOs
impl RefUnwindSafe for ConfigOs
impl Send for ConfigOs
impl Sync for ConfigOs
impl Unpin for ConfigOs
impl UnwindSafe for ConfigOs
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