pub struct deleted;
Trait Implementations§
impl HasInputField<deleted, Option<bool>> for UpdateMultiDocumentDataInput
Auto Trait Implementations§
impl Freeze for deleted
impl RefUnwindSafe for deleted
impl Send for deleted
impl Sync for deleted
impl Unpin for deleted
impl UnwindSafe for deleted
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