[][src]Struct secp256kfun::marker::Public

pub struct Public;

Indicates that variable time operations may be used on the value.

Trait Implementations

impl Clone for Public[src]

impl Copy for Public[src]

impl Debug for Public[src]

impl Default for Public[src]

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

impl PartialEq<Public> for Public[src]

impl Secrecy for Public[src]

impl Serialize for Public[src]

impl StructuralPartialEq for Public[src]

Auto Trait Implementations

impl RefUnwindSafe for Public

impl Send for Public

impl Sync for Public

impl Unpin for Public

impl UnwindSafe for Public

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<'a, S> ChangeMark<&'a [u8]> for S where
    S: Secrecy
[src]

type Out = Slice<'a, S>

The result type of marking T with Self

impl<Z, S, Y, SNew> ChangeMark<Point<Y, S, Z>> for SNew where
    SNew: Secrecy
[src]

type Out = Point<Y, SNew, Z>

The result type of marking T with Self

impl<Z, S, SNew> ChangeMark<Scalar<S, Z>> for SNew where
    SNew: Secrecy
[src]

type Out = Scalar<SNew, Z>

The result type of marking T with Self

impl<'a, S, SNew> ChangeMark<Slice<'a, S>> for SNew where
    S: Secrecy,
    SNew: Secrecy
[src]

type Out = Slice<'a, SNew>

The result type of marking T with Self

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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.