pub struct userAccounts;
Trait Implementations§
Source§impl Field for userAccounts
impl Field for userAccounts
Source§impl HasArgument<after> for userAccounts
impl HasArgument<after> for userAccounts
Source§impl HasArgument<before> for userAccounts
impl HasArgument<before> for userAccounts
Source§impl HasArgument<first> for userAccounts
impl HasArgument<first> for userAccounts
Source§impl HasArgument<last> for userAccounts
impl HasArgument<last> for userAccounts
Source§impl HasArgument<orderBy> for userAccounts
impl HasArgument<orderBy> for userAccounts
Source§type ArgumentType = Option<EnterpriseServerUserAccountOrder>
type ArgumentType = Option<EnterpriseServerUserAccountOrder>
The schema marker type of this argument.
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.
Auto Trait Implementations§
impl Freeze for userAccounts
impl RefUnwindSafe for userAccounts
impl Send for userAccounts
impl Sync for userAccounts
impl Unpin for userAccounts
impl UnwindSafe for userAccounts
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