pub struct ItemTake {
pub from: String,
pub item: String,
pub amount: String,
}Fields§
§from: String§item: String§amount: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for ItemTake
impl RefUnwindSafe for ItemTake
impl !Send for ItemTake
impl !Sync for ItemTake
impl Unpin for ItemTake
impl UnwindSafe for ItemTake
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