pub struct FsType(pub String);
Tuple Fields§
§0: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FsType
impl<'de> Deserialize<'de> for FsType
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
Source§impl Ord for FsType
impl Ord for FsType
Source§impl PartialOrd for FsType
impl PartialOrd for FsType
impl Eq for FsType
impl StructuralPartialEq for FsType
Auto Trait Implementations§
impl Freeze for FsType
impl RefUnwindSafe for FsType
impl Send for FsType
impl Sync for FsType
impl Unpin for FsType
impl UnwindSafe for FsType
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