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