pub struct SymbolIcon {
pub symbol_type: String,
pub draw_items: Vec<SymbolDrawItem>,
}Fields§
§symbol_type: String§draw_items: Vec<SymbolDrawItem>Implementations§
Source§impl SymbolIcon
impl SymbolIcon
Trait Implementations§
Source§impl Clone for SymbolIcon
impl Clone for SymbolIcon
Source§fn clone(&self) -> SymbolIcon
fn clone(&self) -> SymbolIcon
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 SymbolIcon
impl Debug for SymbolIcon
Source§impl Default for SymbolIcon
impl Default for SymbolIcon
Source§fn default() -> SymbolIcon
fn default() -> SymbolIcon
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SymbolIcon
impl<'de> Deserialize<'de> for SymbolIcon
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SymbolIcon
impl RefUnwindSafe for SymbolIcon
impl Send for SymbolIcon
impl Sync for SymbolIcon
impl Unpin for SymbolIcon
impl UnwindSafe for SymbolIcon
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