pub struct Enemy {
pub id: usize,
pub link: String,
pub name: String,
}Fields§
§id: usize§link: String§name: StringAuto Trait Implementations§
impl Freeze for Enemy
impl RefUnwindSafe for Enemy
impl Send for Enemy
impl Sync for Enemy
impl Unpin for Enemy
impl UnsafeUnpin for Enemy
impl UnwindSafe for Enemy
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