pub struct Ed25519ByteKeyPair {
pub key_pair: Vec<u8>,
pub public_key: Vec<u8>,
}Fields§
§key_pair: Vec<u8>§public_key: Vec<u8>Auto Trait Implementations§
impl Freeze for Ed25519ByteKeyPair
impl RefUnwindSafe for Ed25519ByteKeyPair
impl Send for Ed25519ByteKeyPair
impl Sync for Ed25519ByteKeyPair
impl Unpin for Ed25519ByteKeyPair
impl UnwindSafe for Ed25519ByteKeyPair
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