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