pub struct DocumentDeterms { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for DocumentDeterms
impl Clone for DocumentDeterms
Source§fn clone(&self) -> DocumentDeterms
fn clone(&self) -> DocumentDeterms
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 moreAuto Trait Implementations§
impl Freeze for DocumentDeterms
impl RefUnwindSafe for DocumentDeterms
impl Send for DocumentDeterms
impl Sync for DocumentDeterms
impl Unpin for DocumentDeterms
impl UnwindSafe for DocumentDeterms
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