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