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