pub struct GeojsonCoverOptions {
pub zoom: u8,
pub minzoom: Option<u8>,
}Fields§
§zoom: u8§minzoom: Option<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for GeojsonCoverOptions
impl RefUnwindSafe for GeojsonCoverOptions
impl Send for GeojsonCoverOptions
impl Sync for GeojsonCoverOptions
impl Unpin for GeojsonCoverOptions
impl UnsafeUnpin for GeojsonCoverOptions
impl UnwindSafe for GeojsonCoverOptions
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