pub struct IssuerPubKey { /* private fields */ }
Implementations§
Source§impl IssuerPubKey
Public Key of the Issuer
impl IssuerPubKey
Public Key of the Issuer
Sourcepub fn new(privkey: &IssuerPrivKey) -> IssuerPubKey
pub fn new(privkey: &IssuerPrivKey) -> IssuerPubKey
Create an IssuerPubKey from the corresponding IssuerPrivKey
Trait Implementations§
Source§impl Clone for IssuerPubKey
impl Clone for IssuerPubKey
Source§fn clone(&self) -> IssuerPubKey
fn clone(&self) -> IssuerPubKey
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 IssuerPubKey
impl Debug for IssuerPubKey
Source§impl<'de> Deserialize<'de> for IssuerPubKey
impl<'de> Deserialize<'de> for IssuerPubKey
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 IssuerPubKey
impl PartialEq for IssuerPubKey
Source§impl Serialize for IssuerPubKey
impl Serialize for IssuerPubKey
impl StructuralPartialEq for IssuerPubKey
Auto Trait Implementations§
impl Freeze for IssuerPubKey
impl RefUnwindSafe for IssuerPubKey
impl Send for IssuerPubKey
impl Sync for IssuerPubKey
impl Unpin for IssuerPubKey
impl UnwindSafe for IssuerPubKey
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