[][src]Struct solana_libra_nibble::Nibble

pub struct Nibble(_);

Trait Implementations

impl Arbitrary for Nibble[src]

type Parameters = ()

The type of parameters that [arbitrary_with] accepts for configuration of the generated [Strategy]. Parameters must implement [Default]. Read more

type Strategy = BoxedStrategy<Self>

The type of [Strategy] used to generate values of type Self. Read more

impl Clone for Nibble[src]

impl Copy for Nibble[src]

impl Debug for Nibble[src]

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

impl Eq for Nibble[src]

impl From<Nibble> for u8[src]

impl From<u8> for Nibble[src]

impl Hash for Nibble[src]

impl LowerHex for Nibble[src]

impl Ord for Nibble[src]

impl PartialEq<Nibble> for Nibble[src]

impl PartialOrd<Nibble> for Nibble[src]

impl Serialize for Nibble[src]

impl StructuralEq for Nibble[src]

impl StructuralPartialEq for Nibble[src]

Auto Trait Implementations

impl RefUnwindSafe for Nibble

impl Send for Nibble

impl Sync for Nibble

impl Unpin for Nibble

impl UnwindSafe for Nibble

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, 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<V, T> VZip<V> for T where
    V: MultiLane<T>,