pub struct enterpriseAdministratorInvitation;Trait Implementations§
Source§impl HasArgument<role> for enterpriseAdministratorInvitation
impl HasArgument<role> for enterpriseAdministratorInvitation
Source§type ArgumentType = EnterpriseAdministratorRole
type ArgumentType = EnterpriseAdministratorRole
The schema marker type of this argument.
Source§impl HasField<enterpriseAdministratorInvitation> for Query
impl HasField<enterpriseAdministratorInvitation> for Query
Source§type Type = Option<EnterpriseAdministratorInvitation>
type Type = Option<EnterpriseAdministratorInvitation>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for enterpriseAdministratorInvitation
impl RefUnwindSafe for enterpriseAdministratorInvitation
impl Send for enterpriseAdministratorInvitation
impl Sync for enterpriseAdministratorInvitation
impl Unpin for enterpriseAdministratorInvitation
impl UnwindSafe for enterpriseAdministratorInvitation
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