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.
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