pub enum DataVariant {
Animal,
Person,
Plant,
}Variants§
Trait Implementations§
Source§impl Clone for DataVariant
impl Clone for DataVariant
Source§fn clone(&self) -> DataVariant
fn clone(&self) -> DataVariant
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 moreAuto Trait Implementations§
impl Freeze for DataVariant
impl RefUnwindSafe for DataVariant
impl Send for DataVariant
impl Sync for DataVariant
impl Unpin for DataVariant
impl UnwindSafe for DataVariant
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