pub struct ssoUrlFromEmail;Trait Implementations§
Source§impl Field for ssoUrlFromEmail
impl Field for ssoUrlFromEmail
Source§impl HasArgument<email> for ssoUrlFromEmail
impl HasArgument<email> for ssoUrlFromEmail
Source§impl HasArgument<isDesktop> for ssoUrlFromEmail
impl HasArgument<isDesktop> for ssoUrlFromEmail
Source§impl HasArgument<type> for ssoUrlFromEmail
impl HasArgument<type> for ssoUrlFromEmail
Source§type ArgumentType = IdentityProviderType
type ArgumentType = IdentityProviderType
The schema marker type of this argument.
Source§impl HasField<ssoUrlFromEmail> for Query
impl HasField<ssoUrlFromEmail> for Query
Source§type Type = SsoUrlFromEmailResponse
type Type = SsoUrlFromEmailResponse
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for ssoUrlFromEmail
impl RefUnwindSafe for ssoUrlFromEmail
impl Send for ssoUrlFromEmail
impl Sync for ssoUrlFromEmail
impl Unpin for ssoUrlFromEmail
impl UnwindSafe for ssoUrlFromEmail
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