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