pub struct stargazers;Trait Implementations§
Source§impl Field for stargazers
impl Field for stargazers
Source§impl HasArgument<after> for stargazers
impl HasArgument<after> for stargazers
Source§impl HasArgument<before> for stargazers
impl HasArgument<before> for stargazers
Source§impl HasArgument<first> for stargazers
impl HasArgument<first> for stargazers
Source§impl HasArgument<last> for stargazers
impl HasArgument<last> for stargazers
Source§impl HasArgument<orderBy> for stargazers
impl HasArgument<orderBy> for stargazers
Source§impl HasField<stargazers> for Starrable
impl HasField<stargazers> for Starrable
Source§type Type = StargazerConnection
type Type = StargazerConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for stargazers
impl RefUnwindSafe for stargazers
impl Send for stargazers
impl Sync for stargazers
impl Unpin for stargazers
impl UnwindSafe for stargazers
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