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