pub struct PqdsaPrivateKeyRaw<'a>(/* private fields */);
Expand description
Serialized bytes
Trait Implementations§
Source§impl AsRawBytes<PqdsaPrivateKeyRaw<'static>> for PqdsaPrivateKey<'_>
Available on crate feature unstable
and non-crate feature fips
only.
impl AsRawBytes<PqdsaPrivateKeyRaw<'static>> for PqdsaPrivateKey<'_>
Available on crate feature
unstable
and non-crate feature fips
only.Source§fn as_raw_bytes(&self) -> Result<PqdsaPrivateKeyRaw<'static>, Unspecified>
fn as_raw_bytes(&self) -> Result<PqdsaPrivateKeyRaw<'static>, Unspecified>
Serializes into a raw format. Read more
Source§impl Debug for PqdsaPrivateKeyRaw<'_>
impl Debug for PqdsaPrivateKeyRaw<'_>
Auto Trait Implementations§
impl<'a> Freeze for PqdsaPrivateKeyRaw<'a>
impl<'a> RefUnwindSafe for PqdsaPrivateKeyRaw<'a>
impl<'a> Send for PqdsaPrivateKeyRaw<'a>
impl<'a> Sync for PqdsaPrivateKeyRaw<'a>
impl<'a> Unpin for PqdsaPrivateKeyRaw<'a>
impl<'a> UnwindSafe for PqdsaPrivateKeyRaw<'a>
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