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