pub struct ECDSAPublicKey {
pub canister_id: Option<Principal>,
pub derivation_path: Vec<Vec<u8>>,
pub key_id: EcdsaKeyId,
}
Fields§
§canister_id: Option<Principal>
§derivation_path: Vec<Vec<u8>>
§key_id: EcdsaKeyId
Trait Implementations§
source§impl CandidType for ECDSAPublicKey
impl CandidType for ECDSAPublicKey
source§impl Debug for ECDSAPublicKey
impl Debug for ECDSAPublicKey
Auto Trait Implementations§
impl Freeze for ECDSAPublicKey
impl RefUnwindSafe for ECDSAPublicKey
impl Send for ECDSAPublicKey
impl Sync for ECDSAPublicKey
impl Unpin for ECDSAPublicKey
impl UnwindSafe for ECDSAPublicKey
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