pub enum EncodeOrder {
OrderInversed,
OrderNormal,
}Variants§
Trait Implementations§
Source§impl Clone for EncodeOrder
impl Clone for EncodeOrder
Source§fn clone(&self) -> EncodeOrder
fn clone(&self) -> EncodeOrder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EncodeOrder
impl Debug for EncodeOrder
impl Eq for EncodeOrder
Source§impl PartialEq for EncodeOrder
impl PartialEq for EncodeOrder
Source§fn eq(&self, other: &EncodeOrder) -> bool
fn eq(&self, other: &EncodeOrder) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EncodeOrder
Auto Trait Implementations§
impl Freeze for EncodeOrder
impl RefUnwindSafe for EncodeOrder
impl Send for EncodeOrder
impl Sync for EncodeOrder
impl Unpin for EncodeOrder
impl UnsafeUnpin for EncodeOrder
impl UnwindSafe for EncodeOrder
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