pub struct LabelOrder;
Trait Implementations§
impl HasInputField<direction, OrderDirection> for LabelOrder
impl HasInputField<field, LabelOrderField> for LabelOrder
impl InputObjectMarker for LabelOrder
Auto Trait Implementations§
impl Freeze for LabelOrder
impl RefUnwindSafe for LabelOrder
impl Send for LabelOrder
impl Sync for LabelOrder
impl Unpin for LabelOrder
impl UnwindSafe for LabelOrder
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