pub struct FillAreaStyleTileSymbolWithStyle {
pub name: String,
pub symbol: AnnotationSymbolOccurrenceRef,
}Fields§
§name: String§symbol: AnnotationSymbolOccurrenceRefTrait Implementations§
Source§impl Clone for FillAreaStyleTileSymbolWithStyle
impl Clone for FillAreaStyleTileSymbolWithStyle
Source§fn clone(&self) -> FillAreaStyleTileSymbolWithStyle
fn clone(&self) -> FillAreaStyleTileSymbolWithStyle
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 PartialEq for FillAreaStyleTileSymbolWithStyle
impl PartialEq for FillAreaStyleTileSymbolWithStyle
Source§fn eq(&self, other: &FillAreaStyleTileSymbolWithStyle) -> bool
fn eq(&self, other: &FillAreaStyleTileSymbolWithStyle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FillAreaStyleTileSymbolWithStyle
Auto Trait Implementations§
impl Freeze for FillAreaStyleTileSymbolWithStyle
impl RefUnwindSafe for FillAreaStyleTileSymbolWithStyle
impl Send for FillAreaStyleTileSymbolWithStyle
impl Sync for FillAreaStyleTileSymbolWithStyle
impl Unpin for FillAreaStyleTileSymbolWithStyle
impl UnsafeUnpin for FillAreaStyleTileSymbolWithStyle
impl UnwindSafe for FillAreaStyleTileSymbolWithStyle
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