pub struct HookPath(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for HookPath
impl Ord for HookPath
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
Source§impl PartialOrd for HookPath
impl PartialOrd for HookPath
impl Eq for HookPath
impl StructuralPartialEq for HookPath
Auto Trait Implementations§
impl Freeze for HookPath
impl RefUnwindSafe for HookPath
impl Send for HookPath
impl Sync for HookPath
impl Unpin for HookPath
impl UnsafeUnpin for HookPath
impl UnwindSafe for HookPath
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