pub struct documentDeletions;
Trait Implementations§
Source§impl Field for documentDeletions
impl Field for documentDeletions
Source§impl HasField<documentDeletions> for TagUpdates
impl HasField<documentDeletions> for TagUpdates
Auto Trait Implementations§
impl Freeze for documentDeletions
impl RefUnwindSafe for documentDeletions
impl Send for documentDeletions
impl Sync for documentDeletions
impl Unpin for documentDeletions
impl UnwindSafe for documentDeletions
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