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