pub struct SigPublicKey {
pub data: Vec<u8>,
}
Expand description
Signature public key
Fields§
§data: Vec<u8>
Implementations§
Trait Implementations§
Source§impl Clone for SigPublicKey
impl Clone for SigPublicKey
Source§fn clone(&self) -> SigPublicKey
fn clone(&self) -> SigPublicKey
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 SigPublicKey
impl Debug for SigPublicKey
Source§impl PartialEq for SigPublicKey
impl PartialEq for SigPublicKey
impl Eq for SigPublicKey
impl StructuralPartialEq for SigPublicKey
Auto Trait Implementations§
impl Freeze for SigPublicKey
impl RefUnwindSafe for SigPublicKey
impl Send for SigPublicKey
impl Sync for SigPublicKey
impl Unpin for SigPublicKey
impl UnwindSafe for SigPublicKey
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