Struct solana_program::secp256k1_recover::Secp256k1Pubkey
source · [−]Tuple Fields
0: [u8; 64]
Implementations
Trait Implementations
sourceimpl AbiExample for Secp256k1Pubkey
impl AbiExample for Secp256k1Pubkey
sourceimpl BorshDeserialize for Secp256k1Pubkey
impl BorshDeserialize for Secp256k1Pubkey
sourceimpl BorshSchema for Secp256k1Pubkey where
[u8; 64]: BorshSchema,
impl BorshSchema for Secp256k1Pubkey where
[u8; 64]: BorshSchema,
sourcefn declaration() -> Declaration
fn declaration() -> Declaration
Get the name of the type without brackets.
sourcefn add_definitions_recursively(
definitions: &mut HashMap<Declaration, Definition>
)
fn add_definitions_recursively(
definitions: &mut HashMap<Declaration, Definition>
)
Recursively, using DFS, add type definitions required for this type. For primitive types this is an empty map. Type definition explains how to serialize/deserialize a type. Read more
sourcefn add_definition(
declaration: String,
definition: Definition,
definitions: &mut HashMap<String, Definition, RandomState>
)
fn add_definition(
declaration: String,
definition: Definition,
definitions: &mut HashMap<String, Definition, RandomState>
)
Helper method to add a single type definition to the map.
fn schema_container() -> BorshSchemaContainer
sourceimpl BorshSerialize for Secp256k1Pubkey
impl BorshSerialize for Secp256k1Pubkey
sourceimpl Clone for Secp256k1Pubkey
impl Clone for Secp256k1Pubkey
sourcefn clone(&self) -> Secp256k1Pubkey
fn clone(&self) -> Secp256k1Pubkey
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 Hash for Secp256k1Pubkey
impl Hash for Secp256k1Pubkey
sourceimpl Ord for Secp256k1Pubkey
impl Ord for Secp256k1Pubkey
sourceimpl PartialEq<Secp256k1Pubkey> for Secp256k1Pubkey
impl PartialEq<Secp256k1Pubkey> for Secp256k1Pubkey
sourcefn eq(&self, other: &Secp256k1Pubkey) -> bool
fn eq(&self, other: &Secp256k1Pubkey) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &Secp256k1Pubkey) -> bool
fn ne(&self, other: &Secp256k1Pubkey) -> bool
This method tests for !=
.
sourceimpl PartialOrd<Secp256k1Pubkey> for Secp256k1Pubkey
impl PartialOrd<Secp256k1Pubkey> for Secp256k1Pubkey
sourcefn partial_cmp(&self, other: &Secp256k1Pubkey) -> Option<Ordering>
fn partial_cmp(&self, other: &Secp256k1Pubkey) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
impl Copy for Secp256k1Pubkey
impl Eq for Secp256k1Pubkey
impl StructuralEq for Secp256k1Pubkey
impl StructuralPartialEq for Secp256k1Pubkey
Auto Trait Implementations
impl RefUnwindSafe for Secp256k1Pubkey
impl Send for Secp256k1Pubkey
impl Sync for Secp256k1Pubkey
impl Unpin for Secp256k1Pubkey
impl UnwindSafe for Secp256k1Pubkey
Blanket Implementations
sourceimpl<T> AbiExample for T
impl<T> AbiExample for T
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
impl<T> Pointable for T
impl<T> Pointable for T
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.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more