[][src]Struct eip_1024::Public

pub struct Public(_);

Methods

impl Public[src]

pub fn new(pk: &[u8; 32]) -> Public[src]

Trait Implementations

impl Debug for Public[src]

impl ToHex for Public[src]

impl FromUnsafeSlice for Public[src]

impl Display for Public[src]

impl KeyContext for Public[src]

impl Deref for Public[src]

type Target = [u8; 32]

The resulting type after dereferencing.

impl StructuralPartialEq for Public[src]

impl PartialEq<[u8; 32]> for Public[src]

impl PartialEq<Public> for Public[src]

impl PublicKeyContext for Public[src]

impl Clone for Public[src]

Auto Trait Implementations

impl Send for Public

impl Sync for Public

impl Unpin for Public

impl UnwindSafe for Public

impl RefUnwindSafe for Public

Blanket Implementations

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

impl<T> From<T> for 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.

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

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

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