pub struct EcdsaKeyId {
pub curve: EcdsaCurve,
pub name: String,
}
Fields§
§curve: EcdsaCurve
§name: String
Trait Implementations§
source§impl CandidType for EcdsaKeyId
impl CandidType for EcdsaKeyId
source§impl Clone for EcdsaKeyId
impl Clone for EcdsaKeyId
source§fn clone(&self) -> EcdsaKeyId
fn clone(&self) -> EcdsaKeyId
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 EcdsaKeyId
impl Debug for EcdsaKeyId
Auto Trait Implementations§
impl Freeze for EcdsaKeyId
impl RefUnwindSafe for EcdsaKeyId
impl Send for EcdsaKeyId
impl Sync for EcdsaKeyId
impl Unpin for EcdsaKeyId
impl UnwindSafe for EcdsaKeyId
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
)