pub struct PlaintextCount(pub usize);Expand description
The number plaintexts in a plaintext list.
Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for PlaintextCount
impl Clone for PlaintextCount
Source§fn clone(&self) -> PlaintextCount
fn clone(&self) -> PlaintextCount
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 PlaintextCount
impl Debug for PlaintextCount
Source§impl PartialEq for PlaintextCount
impl PartialEq for PlaintextCount
impl Copy for PlaintextCount
impl Eq for PlaintextCount
impl StructuralPartialEq for PlaintextCount
Auto Trait Implementations§
impl Freeze for PlaintextCount
impl RefUnwindSafe for PlaintextCount
impl Send for PlaintextCount
impl Sync for PlaintextCount
impl Unpin for PlaintextCount
impl UnwindSafe for PlaintextCount
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