pub enum PathType {
File,
Symlink,
Setuid,
Directory,
None,
}Variants§
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PathType
impl<'de> Deserialize<'de> for PathType
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 From<PathType> for LsPathType
impl From<PathType> for LsPathType
Source§impl Into<PathType> for LsPathType
impl Into<PathType> for LsPathType
Source§impl Ord for PathType
impl Ord for PathType
Source§impl PartialOrd for PathType
impl PartialOrd for PathType
impl Copy for PathType
impl Eq for PathType
impl StructuralPartialEq for PathType
Auto Trait Implementations§
impl Freeze for PathType
impl RefUnwindSafe for PathType
impl Send for PathType
impl Sync for PathType
impl Unpin for PathType
impl UnwindSafe for PathType
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