Struct entmet_lib::entities::entity::Raider
source · pub struct Raider {
pub celebrating: bool,
/* private fields */
}Expand description
An interface of a raider
Fields§
§celebrating: boolWhether it is celebrating ot not
Trait Implementations§
source§impl PartialEq for Raider
impl PartialEq for Raider
impl StructuralPartialEq for Raider
Auto Trait Implementations§
impl Freeze for Raider
impl RefUnwindSafe for Raider
impl Send for Raider
impl Sync for Raider
impl Unpin for Raider
impl UnwindSafe for Raider
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