pub struct teamMemberships;Trait Implementations§
Source§impl Field for teamMemberships
impl Field for teamMemberships
Source§impl HasArgument<after> for teamMemberships
impl HasArgument<after> for teamMemberships
Source§impl HasArgument<before> for teamMemberships
impl HasArgument<before> for teamMemberships
Source§impl HasArgument<first> for teamMemberships
impl HasArgument<first> for teamMemberships
Source§impl HasArgument<includeArchived> for teamMemberships
impl HasArgument<includeArchived> for teamMemberships
Source§impl HasArgument<last> for teamMemberships
impl HasArgument<last> for teamMemberships
Source§impl HasArgument<orderBy> for teamMemberships
impl HasArgument<orderBy> for teamMemberships
Source§type ArgumentType = Option<PaginationOrderBy>
type ArgumentType = Option<PaginationOrderBy>
The schema marker type of this argument.
Source§impl HasField<teamMemberships> for User
impl HasField<teamMemberships> for User
Source§type Type = TeamMembershipConnection
type Type = TeamMembershipConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for teamMemberships
impl RefUnwindSafe for teamMemberships
impl Send for teamMemberships
impl Sync for teamMemberships
impl Unpin for teamMemberships
impl UnwindSafe for teamMemberships
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