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