pub struct BaseParameters {
pub context: Option<BrowsingContext>,
pub is_blocked: bool,
pub navigation: Option<Navigation>,
pub redirect_count: JsUint,
pub request: RequestData,
pub timestamp: JsUint,
pub intercepts: Option<Vec<Intercept>>,
}Fields§
§context: Option<BrowsingContext>§is_blocked: bool§redirect_count: JsUint§request: RequestData§timestamp: JsUint§intercepts: Option<Vec<Intercept>>Trait Implementations§
Source§impl Debug for BaseParameters
impl Debug for BaseParameters
Source§impl<'de> Deserialize<'de> for BaseParameters
impl<'de> Deserialize<'de> for BaseParameters
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for BaseParameters
impl RefUnwindSafe for BaseParameters
impl Send for BaseParameters
impl Sync for BaseParameters
impl Unpin for BaseParameters
impl UnwindSafe for BaseParameters
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