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 · sourceconst fn clone_from(&mut self, source: &Self)
 
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl 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
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 Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    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 Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere
    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.