pub struct DecapsKey768(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<[u8]> for DecapsKey768
impl AsRef<[u8]> for DecapsKey768
Source§impl Clone for DecapsKey768
impl Clone for DecapsKey768
Source§fn clone(&self) -> DecapsKey768
fn clone(&self) -> DecapsKey768
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 DecapsKey768
impl Debug for DecapsKey768
Source§impl Drop for DecapsKey768
impl Drop for DecapsKey768
Source§impl PartialEq for DecapsKey768
impl PartialEq for DecapsKey768
Source§impl TryFrom<&[u8]> for DecapsKey768
impl TryFrom<&[u8]> for DecapsKey768
Source§type Error = LengthError
type Error = LengthError
The type returned in the event of a conversion error.
Source§impl Zeroize for DecapsKey768
impl Zeroize for DecapsKey768
impl Eq for DecapsKey768
Auto Trait Implementations§
impl Freeze for DecapsKey768
impl RefUnwindSafe for DecapsKey768
impl Send for DecapsKey768
impl Sync for DecapsKey768
impl Unpin for DecapsKey768
impl UnsafeUnpin for DecapsKey768
impl UnwindSafe for DecapsKey768
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