pub struct Aw11SecretKey {
pub gid: String,
pub attr: Vec<(String, G1)>,
}Expand description
An AW11 Secret Key (SK)
Fields§
§gid: String§attr: Vec<(String, G1)>Trait Implementations§
Source§impl Clone for Aw11SecretKey
impl Clone for Aw11SecretKey
Source§fn clone(&self) -> Aw11SecretKey
fn clone(&self) -> Aw11SecretKey
Returns a duplicate 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 Aw11SecretKey
impl Debug for Aw11SecretKey
Source§impl<'de> Deserialize<'de> for Aw11SecretKey
impl<'de> Deserialize<'de> for Aw11SecretKey
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 Aw11SecretKey
impl PartialEq for Aw11SecretKey
Source§impl Serialize for Aw11SecretKey
impl Serialize for Aw11SecretKey
impl StructuralPartialEq for Aw11SecretKey
Auto Trait Implementations§
impl Freeze for Aw11SecretKey
impl RefUnwindSafe for Aw11SecretKey
impl Send for Aw11SecretKey
impl Sync for Aw11SecretKey
impl Unpin for Aw11SecretKey
impl UnwindSafe for Aw11SecretKey
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