pub enum WordOrder {
LeastSignificantFirst,
MostSignificantFirst,
}
Variants§
Trait Implementations§
impl Copy for WordOrder
impl StructuralPartialEq for WordOrder
Auto Trait Implementations§
impl Freeze for WordOrder
impl RefUnwindSafe for WordOrder
impl Send for WordOrder
impl Sync for WordOrder
impl Unpin for WordOrder
impl UnwindSafe for WordOrder
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