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