pub struct KeygenOutputEd25519 {
pub wallet_properties: WalletProperties,
pub external_server_key_shares: Vec<ServerKeyShare>,
pub raw_public_key: [u8; 32],
}Fields§
§wallet_properties: WalletProperties§raw_public_key: [u8; 32]Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeygenOutputEd25519
impl RefUnwindSafe for KeygenOutputEd25519
impl Send for KeygenOutputEd25519
impl Sync for KeygenOutputEd25519
impl Unpin for KeygenOutputEd25519
impl UnsafeUnpin for KeygenOutputEd25519
impl UnwindSafe for KeygenOutputEd25519
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