pub struct TileContent {
pub uri: String,
}Expand description
Content reference for a tile.
Fields§
§uri: StringContent URI relative to the tileset document.
Trait Implementations§
Source§impl Clone for TileContent
impl Clone for TileContent
Source§fn clone(&self) -> TileContent
fn clone(&self) -> TileContent
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 TileContent
impl Debug for TileContent
Source§impl PartialEq for TileContent
impl PartialEq for TileContent
Source§fn eq(&self, other: &TileContent) -> bool
fn eq(&self, other: &TileContent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TileContent
Auto Trait Implementations§
impl Freeze for TileContent
impl RefUnwindSafe for TileContent
impl Send for TileContent
impl Sync for TileContent
impl Unpin for TileContent
impl UnsafeUnpin for TileContent
impl UnwindSafe for TileContent
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