pub struct SendDocumentBuilder { /* private fields */ }Expand description
Builder to create SendDocument operation
Implementations§
Auto Trait Implementations§
impl Freeze for SendDocumentBuilder
impl !RefUnwindSafe for SendDocumentBuilder
impl Send for SendDocumentBuilder
impl !Sync for SendDocumentBuilder
impl Unpin for SendDocumentBuilder
impl !UnwindSafe for SendDocumentBuilder
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