pub struct SymbolStyle {
pub name: String,
pub style_of_symbol: SymbolStyleSelectRef,
}Fields§
§name: String§style_of_symbol: SymbolStyleSelectRefTrait Implementations§
Source§impl Clone for SymbolStyle
impl Clone for SymbolStyle
Source§fn clone(&self) -> SymbolStyle
fn clone(&self) -> SymbolStyle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SymbolStyle
impl Debug for SymbolStyle
Source§impl PartialEq for SymbolStyle
impl PartialEq for SymbolStyle
Source§fn eq(&self, other: &SymbolStyle) -> bool
fn eq(&self, other: &SymbolStyle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SymbolStyle
Auto Trait Implementations§
impl Freeze for SymbolStyle
impl RefUnwindSafe for SymbolStyle
impl Send for SymbolStyle
impl Sync for SymbolStyle
impl Unpin for SymbolStyle
impl UnsafeUnpin for SymbolStyle
impl UnwindSafe for SymbolStyle
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