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