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