pub struct GeoTypesCoverOptions {
pub zoom: u8,
pub minzoom: Option<u8>,
}Fields§
§zoom: u8§minzoom: Option<u8>Trait Implementations§
Source§impl Clone for GeoTypesCoverOptions
impl Clone for GeoTypesCoverOptions
Source§fn clone(&self) -> GeoTypesCoverOptions
fn clone(&self) -> GeoTypesCoverOptions
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 moreimpl Copy for GeoTypesCoverOptions
Source§impl Debug for GeoTypesCoverOptions
impl Debug for GeoTypesCoverOptions
impl Eq for GeoTypesCoverOptions
Source§impl From<u8> for GeoTypesCoverOptions
impl From<u8> for GeoTypesCoverOptions
Source§impl PartialEq for GeoTypesCoverOptions
impl PartialEq for GeoTypesCoverOptions
Source§fn eq(&self, other: &GeoTypesCoverOptions) -> bool
fn eq(&self, other: &GeoTypesCoverOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GeoTypesCoverOptions
Auto Trait Implementations§
impl Freeze for GeoTypesCoverOptions
impl RefUnwindSafe for GeoTypesCoverOptions
impl Send for GeoTypesCoverOptions
impl Sync for GeoTypesCoverOptions
impl Unpin for GeoTypesCoverOptions
impl UnsafeUnpin for GeoTypesCoverOptions
impl UnwindSafe for GeoTypesCoverOptions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.