[][src]Struct hash40::Hash40

pub struct Hash40(pub u64);

Methods

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<'de> Deserialize<'de> for Hash40[src]

impl Display for Hash40[src]

impl Eq for Hash40[src]

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: 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.