pub struct KeyInfo {
pub derivation_path: Vec<Vec<u8>>,
pub key_name: String,
pub ecdsa_sign_cycles: Option<u64>,
}
Fields§
§derivation_path: Vec<Vec<u8>>
§key_name: String
§ecdsa_sign_cycles: Option<u64>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyInfo
impl RefUnwindSafe for KeyInfo
impl Send for KeyInfo
impl Sync for KeyInfo
impl Unpin for KeyInfo
impl UnwindSafe for KeyInfo
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