[][src]Struct hash40::Hash40

pub struct Hash40(pub u64);

Implementations

impl Hash40[src]

pub fn crc(self) -> u32[src]

pub fn strlen(self) -> u8[src]

pub fn from_hex_str(value: &str) -> Result<Self, Option<ParseIntError>>[src]

Trait Implementations

impl Clone for Hash40[src]

impl Copy for Hash40[src]

impl Debug for Hash40[src]

impl Default for Hash40[src]

impl<'de> Deserialize<'de> for Hash40[src]

impl Diff for Hash40[src]

type Repr = Option<Hash40>

The type associated with the structs' difference

impl Display for Hash40[src]

impl Eq for Hash40[src]

impl FromStr for Hash40[src]

type Err = ParseIntError

The associated error which can be returned from parsing.

impl Hash for Hash40[src]

impl Ord for Hash40[src]

impl PartialEq<Hash40> for Hash40[src]

impl PartialOrd<Hash40> for Hash40[src]

impl Serialize for Hash40[src]

impl StructuralEq for Hash40[src]

impl StructuralPartialEq for Hash40[src]

Auto Trait Implementations

impl RefUnwindSafe for Hash40

impl Send for Hash40

impl Sync for Hash40

impl Unpin for Hash40

impl UnwindSafe for Hash40

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.