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