pub struct MatrixCombination {
pub values: HashMap<String, Value>,
pub is_included: bool,
}Fields§
§values: HashMap<String, Value>§is_included: boolImplementations§
Trait Implementations§
Source§impl Clone for MatrixCombination
impl Clone for MatrixCombination
Source§fn clone(&self) -> MatrixCombination
fn clone(&self) -> MatrixCombination
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 MatrixCombination
impl Debug for MatrixCombination
Source§impl PartialEq for MatrixCombination
impl PartialEq for MatrixCombination
impl StructuralPartialEq for MatrixCombination
Auto Trait Implementations§
impl Freeze for MatrixCombination
impl RefUnwindSafe for MatrixCombination
impl Send for MatrixCombination
impl Sync for MatrixCombination
impl Unpin for MatrixCombination
impl UnsafeUnpin for MatrixCombination
impl UnwindSafe for MatrixCombination
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