pub struct ExceptionHookId(/* private fields */);
Expand description
A handle to a registered exception hook.
Trait Implementations§
Source§impl Clone for ExceptionHookId
impl Clone for ExceptionHookId
Source§fn clone(&self) -> ExceptionHookId
fn clone(&self) -> ExceptionHookId
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ExceptionHookId
impl Debug for ExceptionHookId
Source§impl Hash for ExceptionHookId
impl Hash for ExceptionHookId
Source§impl Ord for ExceptionHookId
impl Ord for ExceptionHookId
Source§fn cmp(&self, other: &ExceptionHookId) -> Ordering
fn cmp(&self, other: &ExceptionHookId) -> Ordering
1.21.0 · 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 PartialEq for ExceptionHookId
impl PartialEq for ExceptionHookId
Source§impl PartialOrd for ExceptionHookId
impl PartialOrd for ExceptionHookId
impl Copy for ExceptionHookId
impl Eq for ExceptionHookId
impl StructuralPartialEq for ExceptionHookId
Auto Trait Implementations§
impl Freeze for ExceptionHookId
impl RefUnwindSafe for ExceptionHookId
impl Send for ExceptionHookId
impl Sync for ExceptionHookId
impl Unpin for ExceptionHookId
impl UnwindSafe for ExceptionHookId
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