enum CellMatch {
CommPrefix(String),
Hint(u64),
}Variants§
Trait Implementations§
impl Eq for CellMatch
impl StructuralPartialEq for CellMatch
Auto Trait Implementations§
impl Freeze for CellMatch
impl RefUnwindSafe for CellMatch
impl Send for CellMatch
impl Sync for CellMatch
impl Unpin for CellMatch
impl UnsafeUnpin for CellMatch
impl UnwindSafe for CellMatch
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