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