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