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