pub struct samlTokenUserAccountAuth;Trait Implementations§
Source§impl Field for samlTokenUserAccountAuth
impl Field for samlTokenUserAccountAuth
Source§impl HasArgument<input> for samlTokenUserAccountAuth
impl HasArgument<input> for samlTokenUserAccountAuth
Source§type ArgumentType = TokenUserAccountAuthInput
type ArgumentType = TokenUserAccountAuthInput
The schema marker type of this argument.
Source§impl HasField<samlTokenUserAccountAuth> for Mutation
impl HasField<samlTokenUserAccountAuth> for Mutation
Source§type Type = AuthResolverResponse
type Type = AuthResolverResponse
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for samlTokenUserAccountAuth
impl RefUnwindSafe for samlTokenUserAccountAuth
impl Send for samlTokenUserAccountAuth
impl Sync for samlTokenUserAccountAuth
impl Unpin for samlTokenUserAccountAuth
impl UnwindSafe for samlTokenUserAccountAuth
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