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