pub struct LwePublicKeyZeroEncryptionCount(pub usize);Expand description
The number of LWE encryptions of 0 in an LWE public key.
Tuple Fields
0: usizeTrait Implementations
sourceimpl Clone for LwePublicKeyZeroEncryptionCount
impl Clone for LwePublicKeyZeroEncryptionCount
sourcefn clone(&self) -> LwePublicKeyZeroEncryptionCount
fn clone(&self) -> LwePublicKeyZeroEncryptionCount
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl<'de> Deserialize<'de> for LwePublicKeyZeroEncryptionCount
impl<'de> Deserialize<'de> for LwePublicKeyZeroEncryptionCount
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<LwePublicKeyZeroEncryptionCount> for LwePublicKeyZeroEncryptionCount
impl PartialEq<LwePublicKeyZeroEncryptionCount> for LwePublicKeyZeroEncryptionCount
sourcefn eq(&self, other: &LwePublicKeyZeroEncryptionCount) -> bool
fn eq(&self, other: &LwePublicKeyZeroEncryptionCount) -> bool
impl Copy for LwePublicKeyZeroEncryptionCount
impl Eq for LwePublicKeyZeroEncryptionCount
impl StructuralEq for LwePublicKeyZeroEncryptionCount
impl StructuralPartialEq for LwePublicKeyZeroEncryptionCount
Auto Trait Implementations
impl RefUnwindSafe for LwePublicKeyZeroEncryptionCount
impl Send for LwePublicKeyZeroEncryptionCount
impl Sync for LwePublicKeyZeroEncryptionCount
impl Unpin for LwePublicKeyZeroEncryptionCount
impl UnwindSafe for LwePublicKeyZeroEncryptionCount
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more