Struct elipdotter::index::Alphanumeral
source · #[repr(transparent)]pub struct Alphanumeral<T: ?Sized>(_);
Expand description
Implementations§
source§impl<T> Alphanumeral<T>
impl<T> Alphanumeral<T>
Trait Implementations§
source§impl<T: Clone + ?Sized> Clone for Alphanumeral<T>
impl<T: Clone + ?Sized> Clone for Alphanumeral<T>
source§fn clone(&self) -> Alphanumeral<T>
fn clone(&self) -> Alphanumeral<T>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<T: AsRef<str>> Ord for Alphanumeral<T>
impl<T: AsRef<str>> Ord for Alphanumeral<T>
source§impl<T: AsRef<str>> PartialOrd<Alphanumeral<T>> for Alphanumeral<T>
impl<T: AsRef<str>> PartialOrd<Alphanumeral<T>> for Alphanumeral<T>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more