pub struct UnfollowOrganizationInput;Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for UnfollowOrganizationInput
impl HasInputField<organizationId, Id> for UnfollowOrganizationInput
impl InputObjectMarker for UnfollowOrganizationInput
Auto Trait Implementations§
impl Freeze for UnfollowOrganizationInput
impl RefUnwindSafe for UnfollowOrganizationInput
impl Send for UnfollowOrganizationInput
impl Sync for UnfollowOrganizationInput
impl Unpin for UnfollowOrganizationInput
impl UnwindSafe for UnfollowOrganizationInput
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