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