pub struct Mldsa65Keys {
pub seed: String,
pub verify: String,
}Fields§
§seed: String§verify: StringTrait Implementations§
Source§impl Clone for Mldsa65Keys
impl Clone for Mldsa65Keys
Source§fn clone(&self) -> Mldsa65Keys
fn clone(&self) -> Mldsa65Keys
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Mldsa65Keys
impl Debug for Mldsa65Keys
Source§impl<'de> Deserialize<'de> for Mldsa65Keys
impl<'de> Deserialize<'de> for Mldsa65Keys
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Mldsa65Keys
impl RefUnwindSafe for Mldsa65Keys
impl Send for Mldsa65Keys
impl Sync for Mldsa65Keys
impl Unpin for Mldsa65Keys
impl UnsafeUnpin for Mldsa65Keys
impl UnwindSafe for Mldsa65Keys
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