pub enum Order {
SampleText,
TextSample,
}
Expand description
Order of the elements of the key
Variants§
Trait Implementations§
Source§impl Set<Order> for Properties
impl Set<Order> for Properties
Source§fn set(&mut self, order: Order) -> &mut Properties
fn set(&mut self, order: Order) -> &mut Properties
How to order each entry
Note The default order is TextSample
impl Copy for Order
Auto Trait Implementations§
impl Freeze for Order
impl RefUnwindSafe for Order
impl Send for Order
impl Sync for Order
impl Unpin for Order
impl UnwindSafe for Order
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