pub struct Topography {
pub identity: String,
pub tiles: Vec<TopographicTile>,
}Fields§
§identity: String§tiles: Vec<TopographicTile>Trait Implementations§
Source§impl Clone for Topography
impl Clone for Topography
Source§fn clone(&self) -> Topography
fn clone(&self) -> Topography
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 Topography
impl RefUnwindSafe for Topography
impl Send for Topography
impl Sync for Topography
impl Unpin for Topography
impl UnsafeUnpin for Topography
impl UnwindSafe for Topography
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