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