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