pub struct LegendResolveMap {
pub color: Option<ResolveMode>,
pub fill: Option<ResolveMode>,
pub opacity: Option<ResolveMode>,
pub shape: Option<ResolveMode>,
pub size: Option<ResolveMode>,
pub stroke: Option<ResolveMode>,
}Fields§
§color: Option<ResolveMode>§fill: Option<ResolveMode>§opacity: Option<ResolveMode>§shape: Option<ResolveMode>§size: Option<ResolveMode>§stroke: Option<ResolveMode>Trait Implementations§
Source§impl Debug for LegendResolveMap
impl Debug for LegendResolveMap
Source§impl<'de> Deserialize<'de> for LegendResolveMap
impl<'de> Deserialize<'de> for LegendResolveMap
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 LegendResolveMap
impl RefUnwindSafe for LegendResolveMap
impl Send for LegendResolveMap
impl Sync for LegendResolveMap
impl Unpin for LegendResolveMap
impl UnsafeUnpin for LegendResolveMap
impl UnwindSafe for LegendResolveMap
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