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