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