pub enum PathResolution {
Lexical,
RelativeUnresolved,
ContainsParentTraversal,
KernelFdResolved,
}Variants§
Trait Implementations§
Source§impl Clone for PathResolution
impl Clone for PathResolution
impl Copy for PathResolution
Source§impl Debug for PathResolution
impl Debug for PathResolution
Source§impl<'de> Deserialize<'de> for PathResolution
impl<'de> Deserialize<'de> for PathResolution
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 PathResolution
Source§impl Ord for PathResolution
impl Ord for PathResolution
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for PathResolution
impl PartialEq for PathResolution
Source§impl PartialOrd for PathResolution
impl PartialOrd for PathResolution
Source§impl Serialize for PathResolution
impl Serialize for PathResolution
impl StructuralPartialEq for PathResolution
Auto Trait Implementations§
impl Freeze for PathResolution
impl RefUnwindSafe for PathResolution
impl Send for PathResolution
impl Sync for PathResolution
impl Unpin for PathResolution
impl UnsafeUnpin for PathResolution
impl UnwindSafe for PathResolution
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