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