pub struct HookId(pub u64);Expand description
Unique ID for a lifecycle hook registration.
Tuple Fields§
§0: u64Implementations§
Trait Implementations§
impl Copy for HookId
impl Eq for HookId
impl StructuralPartialEq for HookId
Auto Trait Implementations§
impl Freeze for HookId
impl RefUnwindSafe for HookId
impl Send for HookId
impl Sync for HookId
impl Unpin for HookId
impl UnwindSafe for HookId
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