pub struct AuthUser;Trait Implementations§
Source§impl HasField<__typename> for AuthUser
impl HasField<__typename> for AuthUser
Source§impl HasField<displayName> for AuthUser
impl HasField<displayName> for AuthUser
Source§impl HasField<identityProvider> for AuthUser
impl HasField<identityProvider> for AuthUser
Source§type Type = Option<AuthIdentityProvider>
type Type = Option<AuthIdentityProvider>
The schema marker type of this field.
Source§impl HasField<organization> for AuthUser
impl HasField<organization> for AuthUser
Source§type Type = AuthOrganization
type Type = AuthOrganization
The schema marker type of this field.
Source§impl HasField<role> for AuthUser
impl HasField<role> for AuthUser
Source§type Type = UserRoleType
type Type = UserRoleType
The schema marker type of this field.
Source§impl HasField<userAccountId> for AuthUser
impl HasField<userAccountId> for AuthUser
Auto Trait Implementations§
impl Freeze for AuthUser
impl RefUnwindSafe for AuthUser
impl Send for AuthUser
impl Sync for AuthUser
impl Unpin for AuthUser
impl UnwindSafe for AuthUser
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