pub struct MapLegendEntry {
pub presentation: MapPresentation,
pub label: String,
}Expand description
One row in the ? help map legend (glyphs from YAML catalogs).
Fields§
§presentation: MapPresentation§label: StringTrait Implementations§
Source§impl Clone for MapLegendEntry
impl Clone for MapLegendEntry
Source§fn clone(&self) -> MapLegendEntry
fn clone(&self) -> MapLegendEntry
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 moreAuto Trait Implementations§
impl Freeze for MapLegendEntry
impl RefUnwindSafe for MapLegendEntry
impl Send for MapLegendEntry
impl Sync for MapLegendEntry
impl Unpin for MapLegendEntry
impl UnsafeUnpin for MapLegendEntry
impl UnwindSafe for MapLegendEntry
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