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