pub enum AcceptRejectCrash {
Accept,
Reject,
Crash,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AcceptRejectCrash
impl RefUnwindSafe for AcceptRejectCrash
impl Send for AcceptRejectCrash
impl Sync for AcceptRejectCrash
impl Unpin for AcceptRejectCrash
impl UnwindSafe for AcceptRejectCrash
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