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