Struct entmet_lib::entities::entity::Salmon
source · pub struct Salmon { /* private fields */ }Expand description
An instance of a salmon
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Salmon
impl RefUnwindSafe for Salmon
impl Send for Salmon
impl Sync for Salmon
impl Unpin for Salmon
impl UnwindSafe for Salmon
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