pub struct GetDoc(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for GetDoc
impl Ord for GetDoc
Source§impl PartialOrd for GetDoc
impl PartialOrd for GetDoc
impl Copy for GetDoc
impl Eq for GetDoc
impl StructuralPartialEq for GetDoc
Auto Trait Implementations§
impl Freeze for GetDoc
impl RefUnwindSafe for GetDoc
impl Send for GetDoc
impl Sync for GetDoc
impl Unpin for GetDoc
impl UnwindSafe for GetDoc
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