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