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