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