pub struct senderName;Trait Implementations§
Source§impl Field for senderName
impl Field for senderName
impl HasInputField<senderName, Option<String>> for EmailIntakeAddressUpdateInput
Auto Trait Implementations§
impl Freeze for senderName
impl RefUnwindSafe for senderName
impl Send for senderName
impl Sync for senderName
impl Unpin for senderName
impl UnwindSafe for senderName
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