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