pub struct SchnorrKeyId {
pub algorithm: SchnorrAlgorithm,
pub name: String,
}
Expand description
Schnorr KeyId.
Fields§
§algorithm: SchnorrAlgorithm
See SchnorrAlgorithm.
name: String
Name.
Trait Implementations§
Source§impl CandidType for SchnorrKeyId
impl CandidType for SchnorrKeyId
Source§impl Clone for SchnorrKeyId
impl Clone for SchnorrKeyId
Source§fn clone(&self) -> SchnorrKeyId
fn clone(&self) -> SchnorrKeyId
Returns a copy 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 SchnorrKeyId
impl Debug for SchnorrKeyId
Source§impl Default for SchnorrKeyId
impl Default for SchnorrKeyId
Source§fn default() -> SchnorrKeyId
fn default() -> SchnorrKeyId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SchnorrKeyId
impl<'de> Deserialize<'de> for SchnorrKeyId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for SchnorrKeyId
impl Hash for SchnorrKeyId
Source§impl Ord for SchnorrKeyId
impl Ord for SchnorrKeyId
Source§fn cmp(&self, other: &SchnorrKeyId) -> Ordering
fn cmp(&self, other: &SchnorrKeyId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SchnorrKeyId
impl PartialEq for SchnorrKeyId
Source§impl PartialOrd for SchnorrKeyId
impl PartialOrd for SchnorrKeyId
Source§impl Serialize for SchnorrKeyId
impl Serialize for SchnorrKeyId
impl Eq for SchnorrKeyId
impl StructuralPartialEq for SchnorrKeyId
Auto Trait Implementations§
impl Freeze for SchnorrKeyId
impl RefUnwindSafe for SchnorrKeyId
impl Send for SchnorrKeyId
impl Sync for SchnorrKeyId
impl Unpin for SchnorrKeyId
impl UnwindSafe for SchnorrKeyId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)