pub struct NtruHps821Ciphertext { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for NtruHps821Ciphertext
impl Clone for NtruHps821Ciphertext
Source§fn clone(&self) -> NtruHps821Ciphertext
fn clone(&self) -> NtruHps821Ciphertext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NtruHps821Ciphertext
impl Debug for NtruHps821Ciphertext
Source§impl PartialEq for NtruHps821Ciphertext
impl PartialEq for NtruHps821Ciphertext
Source§fn eq(&self, other: &NtruHps821Ciphertext) -> bool
fn eq(&self, other: &NtruHps821Ciphertext) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for NtruHps821Ciphertext
impl StructuralPartialEq for NtruHps821Ciphertext
Auto Trait Implementations§
impl Freeze for NtruHps821Ciphertext
impl RefUnwindSafe for NtruHps821Ciphertext
impl Send for NtruHps821Ciphertext
impl Sync for NtruHps821Ciphertext
impl Unpin for NtruHps821Ciphertext
impl UnsafeUnpin for NtruHps821Ciphertext
impl UnwindSafe for NtruHps821Ciphertext
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