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