pub struct PqdsaSeedRaw<'a>(/* private fields */);
Expand description
Serialized bytes
Trait Implementations§
Source§impl Debug for PqdsaSeedRaw<'_>
impl Debug for PqdsaSeedRaw<'_>
Auto Trait Implementations§
impl<'a> Freeze for PqdsaSeedRaw<'a>
impl<'a> RefUnwindSafe for PqdsaSeedRaw<'a>
impl<'a> Send for PqdsaSeedRaw<'a>
impl<'a> Sync for PqdsaSeedRaw<'a>
impl<'a> Unpin for PqdsaSeedRaw<'a>
impl<'a> UnwindSafe for PqdsaSeedRaw<'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