enum CellMatches {
Simple(SimpleCellMatches),
Complex(Vec<Vec<CellMatch>>),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CellMatches
impl Clone for CellMatches
Source§fn clone(&self) -> CellMatches
fn clone(&self) -> CellMatches
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 CellMatches
impl Debug for CellMatches
impl Eq for CellMatches
Source§impl PartialEq for CellMatches
impl PartialEq for CellMatches
Source§impl Serialize for CellMatches
impl Serialize for CellMatches
impl StructuralPartialEq for CellMatches
Auto Trait Implementations§
impl Freeze for CellMatches
impl RefUnwindSafe for CellMatches
impl Send for CellMatches
impl Sync for CellMatches
impl Unpin for CellMatches
impl UnsafeUnpin for CellMatches
impl UnwindSafe for CellMatches
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