pub enum CancelCase {
Choice(u8),
Separate,
No,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CancelCase
impl Clone for CancelCase
Source§fn clone(&self) -> CancelCase
fn clone(&self) -> CancelCase
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§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