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