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