pub struct enterpriseInstallations;Trait Implementations§
Source§impl Field for enterpriseInstallations
impl Field for enterpriseInstallations
Source§impl HasArgument<after> for enterpriseInstallations
impl HasArgument<after> for enterpriseInstallations
Source§impl HasArgument<before> for enterpriseInstallations
impl HasArgument<before> for enterpriseInstallations
Source§impl HasArgument<first> for enterpriseInstallations
impl HasArgument<first> for enterpriseInstallations
Source§impl HasArgument<last> for enterpriseInstallations
impl HasArgument<last> for enterpriseInstallations
Source§impl HasArgument<orderBy> for enterpriseInstallations
impl HasArgument<orderBy> for enterpriseInstallations
Source§type ArgumentType = Option<EnterpriseServerInstallationOrder>
type ArgumentType = Option<EnterpriseServerInstallationOrder>
The schema marker type of this argument.
Source§impl HasArgument<query> for enterpriseInstallations
impl HasArgument<query> for enterpriseInstallations
Source§impl HasArgument<role> for enterpriseInstallations
impl HasArgument<role> for enterpriseInstallations
Source§type ArgumentType = Option<EnterpriseUserAccountMembershipRole>
type ArgumentType = Option<EnterpriseUserAccountMembershipRole>
The schema marker type of this argument.
Source§impl HasField<enterpriseInstallations> for EnterpriseUserAccount
impl HasField<enterpriseInstallations> for EnterpriseUserAccount
Source§type Type = EnterpriseServerInstallationMembershipConnection
type Type = EnterpriseServerInstallationMembershipConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for enterpriseInstallations
impl RefUnwindSafe for enterpriseInstallations
impl Send for enterpriseInstallations
impl Sync for enterpriseInstallations
impl Unpin for enterpriseInstallations
impl UnwindSafe for enterpriseInstallations
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