pub struct Shoot {
pub of: String,
pub x: String,
pub y: String,
pub shoot: String,
}
Fields§
§of: String
§x: String
§y: String
§shoot: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Shoot
impl RefUnwindSafe for Shoot
impl !Send for Shoot
impl !Sync for Shoot
impl Unpin for Shoot
impl UnwindSafe for Shoot
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