pub struct EnterpriseServerUserAccountEmail;
Trait Implementations§
Source§impl HasField<userAccount> for EnterpriseServerUserAccountEmail
impl HasField<userAccount> for EnterpriseServerUserAccountEmail
Source§type Type = EnterpriseServerUserAccount
type Type = EnterpriseServerUserAccount
The schema marker type of this field.
impl HasSubtype<EnterpriseServerUserAccountEmail> for Node
Auto Trait Implementations§
impl Freeze for EnterpriseServerUserAccountEmail
impl RefUnwindSafe for EnterpriseServerUserAccountEmail
impl Send for EnterpriseServerUserAccountEmail
impl Sync for EnterpriseServerUserAccountEmail
impl Unpin for EnterpriseServerUserAccountEmail
impl UnwindSafe for EnterpriseServerUserAccountEmail
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