pub struct PickupOpts {
pub list_items: bool,
pub add_item: (bool, String),
pub show_item: (bool, usize),
pub remove_item: (bool, usize),
}Fields§
§list_items: bool§add_item: (bool, String)§show_item: (bool, usize)§remove_item: (bool, usize)Trait Implementations§
Auto Trait Implementations§
impl Freeze for PickupOpts
impl RefUnwindSafe for PickupOpts
impl Send for PickupOpts
impl Sync for PickupOpts
impl Unpin for PickupOpts
impl UnwindSafe for PickupOpts
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