pub struct MultTripleStorage {
pub a: BinaryStringShare,
pub b: BinaryStringShare,
pub c: BinaryStringShare,
}Fields§
§a: BinaryStringShare§b: BinaryStringShare§c: BinaryStringShareImplementations§
Source§impl MultTripleStorage
impl MultTripleStorage
pub fn new() -> Self
pub fn push(&mut self, a: BinaryShare, b: BinaryShare)
pub fn insert_c(&mut self, c: BinaryShare)
pub fn len(&self) -> usize
pub fn is_empty(&self) -> bool
Trait Implementations§
Source§impl Clone for MultTripleStorage
impl Clone for MultTripleStorage
Source§fn clone(&self) -> MultTripleStorage
fn clone(&self) -> MultTripleStorage
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 MultTripleStorage
impl Debug for MultTripleStorage
Source§impl Default for MultTripleStorage
impl Default for MultTripleStorage
Source§fn default() -> MultTripleStorage
fn default() -> MultTripleStorage
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MultTripleStorage
impl RefUnwindSafe for MultTripleStorage
impl Send for MultTripleStorage
impl Sync for MultTripleStorage
impl Unpin for MultTripleStorage
impl UnwindSafe for MultTripleStorage
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