Struct rust_chain::structs::ECCPublicKey
source · [−]Expand description
Fields
data: [u8; 33]
Implementations
sourceimpl ECCPublicKey
impl ECCPublicKey
Trait Implementations
sourceimpl Clone for ECCPublicKey
impl Clone for ECCPublicKey
sourcefn clone(&self) -> ECCPublicKey
fn clone(&self) -> ECCPublicKey
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 Default for ECCPublicKey
impl Default for ECCPublicKey
sourceimpl Packer for ECCPublicKey
impl Packer for ECCPublicKey
sourceimpl PartialEq<ECCPublicKey> for ECCPublicKey
impl PartialEq<ECCPublicKey> for ECCPublicKey
sourcefn eq(&self, other: &ECCPublicKey) -> bool
fn eq(&self, other: &ECCPublicKey) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ECCPublicKey) -> bool
fn ne(&self, other: &ECCPublicKey) -> bool
This method tests for !=
.
sourceimpl TypeInfo for ECCPublicKey
impl TypeInfo for ECCPublicKey
impl Copy for ECCPublicKey
impl Eq for ECCPublicKey
impl StructuralEq for ECCPublicKey
impl StructuralPartialEq for ECCPublicKey
Auto Trait Implementations
impl RefUnwindSafe for ECCPublicKey
impl Send for ECCPublicKey
impl Sync for ECCPublicKey
impl Unpin for ECCPublicKey
impl UnwindSafe for ECCPublicKey
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.