pub struct FnAttacks {
pub id: usize,
pub attacked: usize,
pub attacker: usize,
}
Fields§
§id: usize
§attacked: usize
§attacker: usize
Trait Implementations§
impl Send for FnAttacks
impl Sync for FnAttacks
Auto Trait Implementations§
impl Freeze for FnAttacks
impl RefUnwindSafe for FnAttacks
impl Unpin for FnAttacks
impl UnwindSafe for FnAttacks
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