Struct rabe::schemes::mke08::Mke08PublicAttributeKey[][src]

pub struct Mke08PublicAttributeKey {
    pub _str: String,
    pub _g1: G1,
    pub _g2: G2,
    pub _gt1: Gt,
    pub _gt2: Gt,
}

A MKE08 Public Attribute Key (PKa)

Fields

_str: String_g1: G1_g2: G2_gt1: Gt_gt2: Gt

Trait Implementations

impl Clone for Mke08PublicAttributeKey[src]

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

impl PartialEq<Mke08PublicAttributeKey> for Mke08PublicAttributeKey[src]

impl PublicAttributeKey for Mke08PublicAttributeKey[src]

impl Serialize for Mke08PublicAttributeKey[src]

impl StructuralPartialEq for Mke08PublicAttributeKey[src]

Auto Trait Implementations

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>,