pub enum SymbolLineSymbol {
Annotation(Annotation),
Decoration(Decoration),
SymbolAlignment(SymbolAlignment),
Space(String),
}Variants§
Trait Implementations§
Source§impl Clone for SymbolLineSymbol
impl Clone for SymbolLineSymbol
Source§fn clone(&self) -> SymbolLineSymbol
fn clone(&self) -> SymbolLineSymbol
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 SymbolLineSymbol
impl Debug for SymbolLineSymbol
Source§impl PartialEq for SymbolLineSymbol
impl PartialEq for SymbolLineSymbol
Source§impl ToABC for SymbolLineSymbol
impl ToABC for SymbolLineSymbol
impl Eq for SymbolLineSymbol
impl StructuralPartialEq for SymbolLineSymbol
Auto Trait Implementations§
impl Freeze for SymbolLineSymbol
impl RefUnwindSafe for SymbolLineSymbol
impl Send for SymbolLineSymbol
impl Sync for SymbolLineSymbol
impl Unpin for SymbolLineSymbol
impl UnwindSafe for SymbolLineSymbol
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