pub struct SelectMode(pub i64);
Tuple Fields§
§0: i64
Implementations§
Source§impl SelectMode
impl SelectMode
Trait Implementations§
Source§impl Clone for SelectMode
impl Clone for SelectMode
Source§fn clone(&self) -> SelectMode
fn clone(&self) -> SelectMode
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SelectMode
impl Debug for SelectMode
Source§impl From<SelectMode> for i64
impl From<SelectMode> for i64
Source§fn from(v: SelectMode) -> Self
fn from(v: SelectMode) -> Self
Converts to this type from the input type.
Source§impl From<i64> for SelectMode
impl From<i64> for SelectMode
Source§impl FromVariant for SelectMode
impl FromVariant for SelectMode
fn from_variant(v: &Variant) -> Result<Self, FromVariantError>
Source§impl Hash for SelectMode
impl Hash for SelectMode
Source§impl Ord for SelectMode
impl Ord for SelectMode
Source§fn cmp(&self, other: &SelectMode) -> Ordering
fn cmp(&self, other: &SelectMode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SelectMode
impl PartialEq for SelectMode
Source§impl PartialOrd for SelectMode
impl PartialOrd for SelectMode
impl Copy for SelectMode
impl Eq for SelectMode
impl StructuralPartialEq for SelectMode
Auto Trait Implementations§
impl Freeze for SelectMode
impl RefUnwindSafe for SelectMode
impl Send for SelectMode
impl Sync for SelectMode
impl Unpin for SelectMode
impl UnwindSafe for SelectMode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.