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