Enum swifco_rs::components::boars::CauseOfDeath
source · [−]pub enum CauseOfDeath {
Natural,
Hunting,
Disease,
Management,
}
Expand description
Why did that boar die?
Variants
Natural
Hunting
Disease
Management
Trait Implementations
sourceimpl Clone for CauseOfDeath
impl Clone for CauseOfDeath
sourcefn clone(&self) -> CauseOfDeath
fn clone(&self) -> CauseOfDeath
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for CauseOfDeath
impl Debug for CauseOfDeath
sourceimpl Hash for CauseOfDeath
impl Hash for CauseOfDeath
sourceimpl PartialEq<CauseOfDeath> for CauseOfDeath
impl PartialEq<CauseOfDeath> for CauseOfDeath
impl Copy for CauseOfDeath
impl Eq for CauseOfDeath
impl StructuralEq for CauseOfDeath
impl StructuralPartialEq for CauseOfDeath
Auto Trait Implementations
impl RefUnwindSafe for CauseOfDeath
impl Send for CauseOfDeath
impl Sync for CauseOfDeath
impl Unpin for CauseOfDeath
impl UnwindSafe for CauseOfDeath
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more