Struct snarkos_toolkit::account::view_key::ViewKey[][src]

pub struct ViewKey { /* fields omitted */ }

Implementations

impl ViewKey[src]

pub fn from(private_key: &PrivateKey) -> Result<Self, ViewKeyError>[src]

Trait Implementations

impl Debug for ViewKey[src]

impl Display for ViewKey[src]

impl FromStr for ViewKey[src]

type Err = ViewKeyError

The associated error which can be returned from parsing.

Auto Trait Implementations

impl RefUnwindSafe for ViewKey

impl Send for ViewKey

impl Sync for ViewKey

impl Unpin for ViewKey

impl UnwindSafe for ViewKey

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> From<T> for T[src]

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

impl<T> Pointable for T

type Init = T

The type for initializers.

impl<T> Same<T> for T

type Output = T

Should always be Self

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