pub struct HighlightedLineRanges(pub LineRanges);
Tuple Fields§
§0: LineRanges
Trait Implementations§
Source§impl Clone for HighlightedLineRanges
impl Clone for HighlightedLineRanges
Source§fn clone(&self) -> HighlightedLineRanges
fn clone(&self) -> HighlightedLineRanges
Returns a copy 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 HighlightedLineRanges
impl Debug for HighlightedLineRanges
Auto Trait Implementations§
impl Freeze for HighlightedLineRanges
impl RefUnwindSafe for HighlightedLineRanges
impl Send for HighlightedLineRanges
impl Sync for HighlightedLineRanges
impl Unpin for HighlightedLineRanges
impl UnwindSafe for HighlightedLineRanges
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