pub struct IssuerPrivKey { /* private fields */ }
Expand description
Private Key of the Issuer
Implementations§
Source§impl IssuerPrivKey
impl IssuerPrivKey
Sourcepub fn new(n: u16) -> IssuerPrivKey
pub fn new(n: u16) -> IssuerPrivKey
Create an IssuerPrivKey for credentials with the given number of attributes.
Trait Implementations§
Source§impl Clone for IssuerPrivKey
impl Clone for IssuerPrivKey
Source§fn clone(&self) -> IssuerPrivKey
fn clone(&self) -> IssuerPrivKey
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 IssuerPrivKey
impl Debug for IssuerPrivKey
Source§impl<'de> Deserialize<'de> for IssuerPrivKey
impl<'de> Deserialize<'de> for IssuerPrivKey
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 IssuerPrivKey
impl PartialEq for IssuerPrivKey
Source§impl Serialize for IssuerPrivKey
impl Serialize for IssuerPrivKey
impl StructuralPartialEq for IssuerPrivKey
Auto Trait Implementations§
impl Freeze for IssuerPrivKey
impl RefUnwindSafe for IssuerPrivKey
impl Send for IssuerPrivKey
impl Sync for IssuerPrivKey
impl Unpin for IssuerPrivKey
impl UnwindSafe for IssuerPrivKey
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