pub struct IssuerPublicKey { /* private fields */ }Expand description
The public key of the issuer.
Trait Implementations§
Source§impl Clone for IssuerPublicKey
impl Clone for IssuerPublicKey
Source§fn clone(&self) -> IssuerPublicKey
fn clone(&self) -> IssuerPublicKey
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 moreAuto Trait Implementations§
impl Freeze for IssuerPublicKey
impl RefUnwindSafe for IssuerPublicKey
impl Send for IssuerPublicKey
impl Sync for IssuerPublicKey
impl Unpin for IssuerPublicKey
impl UnwindSafe for IssuerPublicKey
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