pub struct SymbolLine {
pub symbols: Vec<SymbolLineSymbol>,
}Fields§
§symbols: Vec<SymbolLineSymbol>Implementations§
Source§impl SymbolLine
impl SymbolLine
pub fn new(symbols: Vec<SymbolLineSymbol>) -> SymbolLine
Trait Implementations§
Source§impl Clone for SymbolLine
impl Clone for SymbolLine
Source§fn clone(&self) -> SymbolLine
fn clone(&self) -> SymbolLine
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 SymbolLine
impl Debug for SymbolLine
Source§impl PartialEq for SymbolLine
impl PartialEq for SymbolLine
Source§impl ToABC for SymbolLine
impl ToABC for SymbolLine
impl Eq for SymbolLine
impl StructuralPartialEq for SymbolLine
Auto Trait Implementations§
impl Freeze for SymbolLine
impl RefUnwindSafe for SymbolLine
impl Send for SymbolLine
impl Sync for SymbolLine
impl Unpin for SymbolLine
impl UnwindSafe for SymbolLine
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