pub struct userAccount;
Trait Implementations§
Source§impl Field for userAccount
impl Field for userAccount
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.
Auto Trait Implementations§
impl Freeze for userAccount
impl RefUnwindSafe for userAccount
impl Send for userAccount
impl Sync for userAccount
impl Unpin for userAccount
impl UnwindSafe for userAccount
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