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