pub struct ColorNode {
pub color: Color,
pub matched: String,
pub position: Position,
}Fields§
§color: Color§matched: String§position: PositionImplementations§
Trait Implementations§
impl Eq for ColorNode
Auto Trait Implementations§
impl Freeze for ColorNode
impl RefUnwindSafe for ColorNode
impl Send for ColorNode
impl Sync for ColorNode
impl Unpin for ColorNode
impl UnwindSafe for ColorNode
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