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