pub struct docFields;
Trait Implementations§
Source§impl HasField<docFields> for DocumentDeletion
impl HasField<docFields> for DocumentDeletion
Source§type Type = Option<MultiDocument>
type Type = Option<MultiDocument>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for docFields
impl RefUnwindSafe for docFields
impl Send for docFields
impl Sync for docFields
impl Unpin for docFields
impl UnwindSafe for docFields
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