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