pub struct PqdsaPrivateKeyRaw<'a>(Buffer<'a, PqdsaPrivateKeyRawType>);
Expand description
Serialized bytes
Tuple Fields§
§0: Buffer<'a, PqdsaPrivateKeyRawType>
Implementations§
Source§impl PqdsaPrivateKeyRaw<'static>
impl PqdsaPrivateKeyRaw<'static>
Trait Implementations§
Source§impl Debug for PqdsaPrivateKeyRaw<'_>
impl Debug for PqdsaPrivateKeyRaw<'_>
Source§impl<'a> Deref for PqdsaPrivateKeyRaw<'a>
impl<'a> Deref for PqdsaPrivateKeyRaw<'a>
Source§impl<'a> From<Buffer<'a, PqdsaPrivateKeyRawType>> for PqdsaPrivateKeyRaw<'a>
impl<'a> From<Buffer<'a, PqdsaPrivateKeyRawType>> for PqdsaPrivateKeyRaw<'a>
Source§fn from(value: Buffer<'a, PqdsaPrivateKeyRawType>) -> Self
fn from(value: Buffer<'a, PqdsaPrivateKeyRawType>) -> Self
Converts to this type from the input type.
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