Struct chromiumoxide_cdp::cdp::browser_protocol::fetch::EnableParamsBuilder
source · pub struct EnableParamsBuilder { /* private fields */ }Implementations§
source§impl EnableParamsBuilder
impl EnableParamsBuilder
pub fn pattern(self, pattern: impl Into<RequestPattern>) -> Self
pub fn patterns<I, S>(self, patterns: I) -> Selfwhere I: IntoIterator<Item = S>, S: Into<RequestPattern>,
pub fn handle_auth_requests(self, handle_auth_requests: impl Into<bool>) -> Self
pub fn build(self) -> EnableParams
Trait Implementations§
source§impl Clone for EnableParamsBuilder
impl Clone for EnableParamsBuilder
source§fn clone(&self) -> EnableParamsBuilder
fn clone(&self) -> EnableParamsBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for EnableParamsBuilder
impl Default for EnableParamsBuilder
source§fn default() -> EnableParamsBuilder
fn default() -> EnableParamsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for EnableParamsBuilder
impl Send for EnableParamsBuilder
impl Sync for EnableParamsBuilder
impl Unpin for EnableParamsBuilder
impl UnwindSafe for EnableParamsBuilder
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