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