enum OsStringKind {
Unix,
Windows,
}
Variants
Unix
Windows
Trait Implementations
sourceimpl<'de> Deserialize<'de> for OsStringKind
impl<'de> Deserialize<'de> for OsStringKind
sourcefn 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
Auto Trait Implementations
impl RefUnwindSafe for OsStringKind
impl Send for OsStringKind
impl Sync for OsStringKind
impl Unpin for OsStringKind
impl UnwindSafe for OsStringKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more