pub struct DocumentDeletion;
Trait Implementations§
Source§impl HasField<__typename> for DocumentDeletion
impl HasField<__typename> for DocumentDeletion
Source§impl HasField<createdAt> for DocumentDeletion
impl HasField<createdAt> for DocumentDeletion
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.
Source§impl HasField<documentId> for DocumentDeletion
impl HasField<documentId> for DocumentDeletion
Source§impl HasField<netChange> for DocumentDeletion
impl HasField<netChange> for DocumentDeletion
Source§impl HasField<type> for DocumentDeletion
impl HasField<type> for DocumentDeletion
Source§impl HasField<userId> for DocumentDeletion
impl HasField<userId> for DocumentDeletion
Auto Trait Implementations§
impl Freeze for DocumentDeletion
impl RefUnwindSafe for DocumentDeletion
impl Send for DocumentDeletion
impl Sync for DocumentDeletion
impl Unpin for DocumentDeletion
impl UnwindSafe for DocumentDeletion
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