pub struct MapViewOptions {
pub proxy_uri: Option<String>,
}Expand description
Fetch options.
Fields§
§proxy_uri: Option<String>Optional proxy URI. None = auto-detect, Some("") = direct connection.
Trait Implementations§
Source§impl Clone for MapViewOptions
impl Clone for MapViewOptions
Source§fn clone(&self) -> MapViewOptions
fn clone(&self) -> MapViewOptions
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 MapViewOptions
impl Debug for MapViewOptions
Source§impl Default for MapViewOptions
impl Default for MapViewOptions
Source§fn default() -> MapViewOptions
fn default() -> MapViewOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MapViewOptions
impl RefUnwindSafe for MapViewOptions
impl Send for MapViewOptions
impl Sync for MapViewOptions
impl Unpin for MapViewOptions
impl UnsafeUnpin for MapViewOptions
impl UnwindSafe for MapViewOptions
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