Struct actix_tools::sentry::sentry_client::protocol::RegVal [−]
pub struct RegVal(pub u64);
Represents a register value.
Trait Implementations
impl Into<u64> for RegVal
impl Into<u64> for RegValimpl Serialize for RegVal
impl Serialize for RegValfn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer,
fn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer, Serialize this value into the given Serde serializer. Read more
impl PartialOrd<RegVal> for RegVal
impl PartialOrd<RegVal> for RegValfn partial_cmp(&self, other: &RegVal) -> Option<Ordering>
fn partial_cmp(&self, other: &RegVal) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &RegVal) -> bool
fn lt(&self, other: &RegVal) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &RegVal) -> bool
fn le(&self, other: &RegVal) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &RegVal) -> bool
fn gt(&self, other: &RegVal) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &RegVal) -> bool
fn ge(&self, other: &RegVal) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Hash for RegVal
impl Hash for RegValfn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher, Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, Feeds a slice of this type into the given [Hasher]. Read more
impl Display for RegVal
impl Display for RegValfn fmt(&self, f: &mut Formatter) -> Result<(), Error>
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Clone for RegVal
impl Clone for RegValfn clone(&self) -> RegVal
fn clone(&self) -> RegValReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl FromStr for RegVal
impl FromStr for RegValtype Err = ParseIntError
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<RegVal, ParseIntError>
fn from_str(s: &str) -> Result<RegVal, ParseIntError>Parses a string s to return a value of this type. Read more
impl Default for RegVal
impl Default for RegValimpl Debug for RegVal
impl Debug for RegValfn fmt(&self, f: &mut Formatter) -> Result<(), Error>
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl<'de> Deserialize<'de> for RegVal
impl<'de> Deserialize<'de> for RegValfn deserialize<D>(
deserializer: D
) -> Result<RegVal, <D as Deserializer<'de>>::Error> where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D
) -> Result<RegVal, <D as Deserializer<'de>>::Error> where
D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
impl Copy for RegVal
impl Copy for RegValimpl Ord for RegVal
impl Ord for RegValfn cmp(&self, other: &RegVal) -> Ordering
fn cmp(&self, other: &RegVal) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more
impl Eq for RegVal
impl Eq for RegValimpl PartialEq<RegVal> for RegVal
impl PartialEq<RegVal> for RegValfn eq(&self, other: &RegVal) -> bool
fn eq(&self, other: &RegVal) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &RegVal) -> bool
fn ne(&self, other: &RegVal) -> boolThis method tests for !=.
impl From<u64> for RegVal
impl From<u64> for RegValimpl From<u32> for RegVal
impl From<u32> for RegValimpl From<usize> for RegVal
impl From<usize> for RegValimpl From<i32> for RegVal
impl From<i32> for RegValimpl<T> From<*mut T> for RegVal
impl<T> From<*mut T> for RegValimpl<T> From<*const T> for RegVal
impl<T> From<*const T> for RegVal