pub struct Supports {
pub https: bool,
pub get: bool,
pub post: bool,
pub cookies: bool,
pub referer: bool,
pub forwards_user_agent: bool,
pub connects_to_google: bool,
}Expand description
Represents all the attributes that the Proxy supports.
Fields§
§https: bool§get: bool§post: bool§referer: bool§forwards_user_agent: bool§connects_to_google: boolTrait Implementations§
impl Copy for Supports
impl StructuralPartialEq for Supports
Auto Trait Implementations§
impl Freeze for Supports
impl RefUnwindSafe for Supports
impl Send for Supports
impl Sync for Supports
impl Unpin for Supports
impl UnwindSafe for Supports
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