pub enum CancelCase {
Choice(u8),
Separate,
No,
}Variants§
Implementations§
Trait Implementations§
Source§impl PartialEq for CancelCase
impl PartialEq for CancelCase
impl StructuralPartialEq for CancelCase
Auto Trait Implementations§
impl Freeze for CancelCase
impl RefUnwindSafe for CancelCase
impl Send for CancelCase
impl Sync for CancelCase
impl Unpin for CancelCase
impl UnwindSafe for CancelCase
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