pub enum EndContextBehavior {
Finish,
AllowResume,
}Variants§
Trait Implementations§
Source§impl PartialEq for EndContextBehavior
impl PartialEq for EndContextBehavior
impl StructuralPartialEq for EndContextBehavior
Auto Trait Implementations§
impl Freeze for EndContextBehavior
impl RefUnwindSafe for EndContextBehavior
impl Send for EndContextBehavior
impl Sync for EndContextBehavior
impl Unpin for EndContextBehavior
impl UnwindSafe for EndContextBehavior
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