pub enum PresupKind {
Stop,
Start,
Regret,
Continue,
Realize,
Know,
}Variants§
Trait Implementations§
Source§impl Clone for PresupKind
impl Clone for PresupKind
Source§fn clone(&self) -> PresupKind
fn clone(&self) -> PresupKind
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 Debug for PresupKind
impl Debug for PresupKind
Source§impl PartialEq for PresupKind
impl PartialEq for PresupKind
impl Copy for PresupKind
impl Eq for PresupKind
impl StructuralPartialEq for PresupKind
Auto Trait Implementations§
impl Freeze for PresupKind
impl RefUnwindSafe for PresupKind
impl Send for PresupKind
impl Sync for PresupKind
impl Unpin for PresupKind
impl UnwindSafe for PresupKind
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