pub enum StandardAction {
Reset,
Randomize,
}Expand description
Standard built-in actions
Variants§
Trait Implementations§
Source§impl Clone for StandardAction
impl Clone for StandardAction
Source§fn clone(&self) -> StandardAction
fn clone(&self) -> StandardAction
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 StandardAction
impl Debug for StandardAction
Source§impl PartialEq for StandardAction
impl PartialEq for StandardAction
impl Copy for StandardAction
impl Eq for StandardAction
impl StructuralPartialEq for StandardAction
Auto Trait Implementations§
impl Freeze for StandardAction
impl RefUnwindSafe for StandardAction
impl Send for StandardAction
impl Sync for StandardAction
impl Unpin for StandardAction
impl UnwindSafe for StandardAction
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