Struct tor_units::SendMeVersion
source · pub struct SendMeVersion(_);Expand description
A SendMe Version
DOCDOC: Explain why this needs to have its own type, or remove it.
Implementations§
Trait Implementations§
source§impl Clone for SendMeVersion
impl Clone for SendMeVersion
source§fn clone(&self) -> SendMeVersion
fn clone(&self) -> SendMeVersion
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 Debug for SendMeVersion
impl Debug for SendMeVersion
source§impl Display for SendMeVersion
impl Display for SendMeVersion
source§impl From<u8> for SendMeVersion
impl From<u8> for SendMeVersion
source§fn from(original: u8) -> SendMeVersion
fn from(original: u8) -> SendMeVersion
Converts to this type from the input type.
source§impl FromStr for SendMeVersion
impl FromStr for SendMeVersion
source§impl Ord for SendMeVersion
impl Ord for SendMeVersion
source§fn cmp(&self, other: &SendMeVersion) -> Ordering
fn cmp(&self, other: &SendMeVersion) -> 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<SendMeVersion> for SendMeVersion
impl PartialEq<SendMeVersion> for SendMeVersion
source§fn eq(&self, other: &SendMeVersion) -> bool
fn eq(&self, other: &SendMeVersion) -> bool
source§impl PartialOrd<SendMeVersion> for SendMeVersion
impl PartialOrd<SendMeVersion> for SendMeVersion
source§fn partial_cmp(&self, other: &SendMeVersion) -> Option<Ordering>
fn partial_cmp(&self, other: &SendMeVersion) -> Option<Ordering>
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