Struct schnorrkel::cert::ECQVCertPublic
source · [−]Expand description
ECQV Implicit Certificate Public Key Reconstruction Data
Identifying the public key of, and implicity verifying, an ECQV implicit certificate requires this data, which is produced when the certificate holder accepts the implicit certificate.
Tuple Fields
0: [u8; 32]
Trait Implementations
sourceimpl Clone for ECQVCertPublic
impl Clone for ECQVCertPublic
sourcefn clone(&self) -> ECQVCertPublic
fn clone(&self) -> ECQVCertPublic
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ECQVCertPublic
impl Debug for ECQVCertPublic
sourceimpl From<ECQVCertSecret> for ECQVCertPublic
impl From<ECQVCertSecret> for ECQVCertPublic
TODO: Serde serialization/deserialization
sourcefn from(secret: ECQVCertSecret) -> ECQVCertPublic
fn from(secret: ECQVCertSecret) -> ECQVCertPublic
Performs the conversion.
sourceimpl Hash for ECQVCertPublic
impl Hash for ECQVCertPublic
sourceimpl PartialEq<ECQVCertPublic> for ECQVCertPublic
impl PartialEq<ECQVCertPublic> for ECQVCertPublic
sourcefn eq(&self, other: &ECQVCertPublic) -> bool
fn eq(&self, other: &ECQVCertPublic) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ECQVCertPublic) -> bool
fn ne(&self, other: &ECQVCertPublic) -> bool
This method tests for !=
.
impl Copy for ECQVCertPublic
impl Eq for ECQVCertPublic
impl StructuralEq for ECQVCertPublic
impl StructuralPartialEq for ECQVCertPublic
Auto Trait Implementations
impl RefUnwindSafe for ECQVCertPublic
impl Send for ECQVCertPublic
impl Sync for ECQVCertPublic
impl Unpin for ECQVCertPublic
impl UnwindSafe for ECQVCertPublic
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more