pub enum GirlActions {
SayHi,
PrepareBreakfast,
}Variants§
Trait Implementations§
Source§impl Clone for GirlActions
impl Clone for GirlActions
Source§fn clone(&self) -> GirlActions
fn clone(&self) -> GirlActions
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 GirlActions
impl Debug for GirlActions
impl Copy for GirlActions
Auto Trait Implementations§
impl Freeze for GirlActions
impl RefUnwindSafe for GirlActions
impl Send for GirlActions
impl Sync for GirlActions
impl Unpin for GirlActions
impl UnwindSafe for GirlActions
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