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