pub struct documentDelete;Trait Implementations§
Source§impl Field for documentDelete
impl Field for documentDelete
Source§impl HasArgument<id> for documentDelete
impl HasArgument<id> for documentDelete
Source§impl HasField<documentDelete> for Mutation
impl HasField<documentDelete> for Mutation
Source§type Type = DocumentArchivePayload
type Type = DocumentArchivePayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for documentDelete
impl RefUnwindSafe for documentDelete
impl Send for documentDelete
impl Sync for documentDelete
impl Unpin for documentDelete
impl UnwindSafe for documentDelete
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