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