Struct entmet_lib::entities::entity::Warden
source · pub struct Warden {
pub anger_level: i32,
/* private fields */
}Expand description
An instance of a warden
Fields§
§anger_level: i32The anger level of the warden
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Warden
impl RefUnwindSafe for Warden
impl Send for Warden
impl Sync for Warden
impl Unpin for Warden
impl UnwindSafe for Warden
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