pub struct GetDocumentBuilder { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for GetDocumentBuilder
impl Clone for GetDocumentBuilder
Source§fn clone(&self) -> GetDocumentBuilder
fn clone(&self) -> GetDocumentBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GetDocumentBuilder
impl Default for GetDocumentBuilder
Source§fn default() -> GetDocumentBuilder
fn default() -> GetDocumentBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetDocumentBuilder
impl RefUnwindSafe for GetDocumentBuilder
impl Send for GetDocumentBuilder
impl Sync for GetDocumentBuilder
impl Unpin for GetDocumentBuilder
impl UnsafeUnpin for GetDocumentBuilder
impl UnwindSafe for GetDocumentBuilder
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