pub struct AccountPublicKey {
pub schema_version: u8,
pub chain: String,
pub curve: String,
pub path: String,
pub format: String,
pub extended_public_key: String,
pub public_key_hex: String,
}Fields§
§schema_version: u8§chain: String§curve: String§path: String§format: String§extended_public_key: String§public_key_hex: StringTrait Implementations§
Source§impl Debug for AccountPublicKey
impl Debug for AccountPublicKey
Auto Trait Implementations§
impl Freeze for AccountPublicKey
impl RefUnwindSafe for AccountPublicKey
impl Send for AccountPublicKey
impl Sync for AccountPublicKey
impl Unpin for AccountPublicKey
impl UnsafeUnpin for AccountPublicKey
impl UnwindSafe for AccountPublicKey
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