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