pub struct ItemLiteCmd { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ItemLiteCmd
impl RefUnwindSafe for ItemLiteCmd
impl Send for ItemLiteCmd
impl Sync for ItemLiteCmd
impl Unpin for ItemLiteCmd
impl UnwindSafe for ItemLiteCmd
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