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