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