Struct rabe::schemes::bdabe::BdabeSecretAttributeKey
source · pub struct BdabeSecretAttributeKey {
pub attr: String,
pub au1: G1,
pub au2: G2,
}
Expand description
A BDABE Secret Attribute Key (SKa)
Fields§
§attr: String
§au1: G1
§au2: G2
Trait Implementations§
source§impl Clone for BdabeSecretAttributeKey
impl Clone for BdabeSecretAttributeKey
source§fn clone(&self) -> BdabeSecretAttributeKey
fn clone(&self) -> BdabeSecretAttributeKey
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BdabeSecretAttributeKey
impl Debug for BdabeSecretAttributeKey
source§impl<'de> Deserialize<'de> for BdabeSecretAttributeKey
impl<'de> Deserialize<'de> for BdabeSecretAttributeKey
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for BdabeSecretAttributeKey
impl PartialEq for BdabeSecretAttributeKey
source§fn eq(&self, other: &BdabeSecretAttributeKey) -> bool
fn eq(&self, other: &BdabeSecretAttributeKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for BdabeSecretAttributeKey
impl Serialize for BdabeSecretAttributeKey
impl StructuralPartialEq for BdabeSecretAttributeKey
Auto Trait Implementations§
impl Freeze for BdabeSecretAttributeKey
impl RefUnwindSafe for BdabeSecretAttributeKey
impl Send for BdabeSecretAttributeKey
impl Sync for BdabeSecretAttributeKey
impl Unpin for BdabeSecretAttributeKey
impl UnwindSafe for BdabeSecretAttributeKey
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more