pub struct DeleteCmd { /* private fields */ }
Implementations§
Source§impl DeleteCmd
impl DeleteCmd
pub fn item(&self) -> DeleteItemCmd
pub fn document(&self, doc: &str) -> DeleteDocumentCmd
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeleteCmd
impl RefUnwindSafe for DeleteCmd
impl Send for DeleteCmd
impl Sync for DeleteCmd
impl Unpin for DeleteCmd
impl UnwindSafe for DeleteCmd
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