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