pub struct enterpriseServerInstallations;Trait Implementations§
Source§impl HasArgument<orderBy> for enterpriseServerInstallations
impl HasArgument<orderBy> for enterpriseServerInstallations
Source§type ArgumentType = Option<EnterpriseServerInstallationOrder>
type ArgumentType = Option<EnterpriseServerInstallationOrder>
The schema marker type of this argument.
Source§impl HasField<enterpriseServerInstallations> for EnterpriseOwnerInfo
impl HasField<enterpriseServerInstallations> for EnterpriseOwnerInfo
Source§type Type = EnterpriseServerInstallationConnection
type Type = EnterpriseServerInstallationConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for enterpriseServerInstallations
impl RefUnwindSafe for enterpriseServerInstallations
impl Send for enterpriseServerInstallations
impl Sync for enterpriseServerInstallations
impl Unpin for enterpriseServerInstallations
impl UnwindSafe for enterpriseServerInstallations
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