pub struct ContextMarker {
pub color: String,
pub text: String,
}Fields§
§color: String§text: StringTrait Implementations§
Source§impl Clone for ContextMarker
impl Clone for ContextMarker
Source§fn clone(&self) -> ContextMarker
fn clone(&self) -> ContextMarker
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 ContextMarker
impl Debug for ContextMarker
impl Eq for ContextMarker
Source§impl PartialEq for ContextMarker
impl PartialEq for ContextMarker
impl StructuralPartialEq for ContextMarker
Auto Trait Implementations§
impl Freeze for ContextMarker
impl RefUnwindSafe for ContextMarker
impl Send for ContextMarker
impl Sync for ContextMarker
impl Unpin for ContextMarker
impl UnsafeUnpin for ContextMarker
impl UnwindSafe for ContextMarker
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