pub struct SourceListLineStyle(pub Vec<SourceLine>);Tuple Fields§
§0: Vec<SourceLine>Trait Implementations§
Source§impl Clone for SourceListLineStyle
impl Clone for SourceListLineStyle
Source§fn clone(&self) -> SourceListLineStyle
fn clone(&self) -> SourceListLineStyle
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 SourceListLineStyle
impl Debug for SourceListLineStyle
Source§impl FromStr for SourceListLineStyle
impl FromStr for SourceListLineStyle
Source§impl PartialEq for SourceListLineStyle
impl PartialEq for SourceListLineStyle
impl StructuralPartialEq for SourceListLineStyle
Auto Trait Implementations§
impl Freeze for SourceListLineStyle
impl RefUnwindSafe for SourceListLineStyle
impl Send for SourceListLineStyle
impl Sync for SourceListLineStyle
impl Unpin for SourceListLineStyle
impl UnwindSafe for SourceListLineStyle
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