pub struct ContextCodeLine {
pub line_num: u32,
pub html: String,
}Fields§
§line_num: u32§html: StringTrait Implementations§
Source§impl Clone for ContextCodeLine
impl Clone for ContextCodeLine
Source§fn clone(&self) -> ContextCodeLine
fn clone(&self) -> ContextCodeLine
Returns a duplicate 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 ContextCodeLine
impl Debug for ContextCodeLine
Auto Trait Implementations§
impl Freeze for ContextCodeLine
impl RefUnwindSafe for ContextCodeLine
impl Send for ContextCodeLine
impl Sync for ContextCodeLine
impl Unpin for ContextCodeLine
impl UnsafeUnpin for ContextCodeLine
impl UnwindSafe for ContextCodeLine
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