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