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