[][src]Struct jlib::base::serialize::serialized_type::STHash256

pub struct STHash256 {
    pub id: i32,
    pub value: u128,
}

Fields

id: i32value: u128

Methods

impl STHash256[src]

pub fn new(value: u128) -> Self[src]

Trait Implementations

impl SerializedType for STHash256[src]

impl Debug for STHash256[src]

impl TypeName for STHash256[src]

fn type_name() -> String[src]

Returns the canoncial, concrete name of a type as a string. # Examples Read more

fn type_name_of(&self) -> String[src]

Returns the canoncial type of a value as a string. # Examples Read more

Auto Trait Implementations

Blanket Implementations

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

impl<T, U> Into<U> for T where
    U: From<T>, 
[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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Downcast for T where
    T: Any