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