pub struct ProxyOptions<'a> { /* private fields */ }
Expand description
Options which can be specified to various fetch operations.
Implementations§
Source§impl<'a> ProxyOptions<'a>
impl<'a> ProxyOptions<'a>
Sourcepub fn new() -> ProxyOptions<'a>
pub fn new() -> ProxyOptions<'a>
Creates a new set of proxy options ready to be configured.
Trait Implementations§
Source§impl<'a> Default for ProxyOptions<'a>
impl<'a> Default for ProxyOptions<'a>
Source§fn default() -> ProxyOptions<'a>
fn default() -> ProxyOptions<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for ProxyOptions<'a>
impl<'a> RefUnwindSafe for ProxyOptions<'a>
impl<'a> Send for ProxyOptions<'a>
impl<'a> Sync for ProxyOptions<'a>
impl<'a> Unpin for ProxyOptions<'a>
impl<'a> UnwindSafe for ProxyOptions<'a>
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