pub struct OrganizationInviteEdge;Trait Implementations§
Source§impl HasField<__typename> for OrganizationInviteEdge
impl HasField<__typename> for OrganizationInviteEdge
Source§impl HasField<cursor> for OrganizationInviteEdge
impl HasField<cursor> for OrganizationInviteEdge
Source§impl HasField<node> for OrganizationInviteEdge
impl HasField<node> for OrganizationInviteEdge
Source§type Type = OrganizationInvite
type Type = OrganizationInvite
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for OrganizationInviteEdge
impl RefUnwindSafe for OrganizationInviteEdge
impl Send for OrganizationInviteEdge
impl Sync for OrganizationInviteEdge
impl Unpin for OrganizationInviteEdge
impl UnwindSafe for OrganizationInviteEdge
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