pub struct Armors {
pub data: Vec<Armor>,
pub modified: bool,
}Fields§
§data: Vec<Armor>§modified: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for Armors
impl RefUnwindSafe for Armors
impl Send for Armors
impl Sync for Armors
impl Unpin for Armors
impl UnwindSafe for Armors
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