pub struct FetchEnableParams {
pub patterns: Option<Vec<FetchPattern>>,
}Expand description
Typed params for Fetch.enable.
Fields§
§patterns: Option<Vec<FetchPattern>>Interception patterns.
Trait Implementations§
Source§impl Clone for FetchEnableParams
impl Clone for FetchEnableParams
Source§fn clone(&self) -> FetchEnableParams
fn clone(&self) -> FetchEnableParams
Returns a duplicate 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 Command for FetchEnableParams
impl Command for FetchEnableParams
Source§impl Debug for FetchEnableParams
impl Debug for FetchEnableParams
Source§impl Default for FetchEnableParams
impl Default for FetchEnableParams
Source§fn default() -> FetchEnableParams
fn default() -> FetchEnableParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FetchEnableParams
impl<'de> Deserialize<'de> for FetchEnableParams
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
Source§impl PartialEq for FetchEnableParams
impl PartialEq for FetchEnableParams
Source§impl Serialize for FetchEnableParams
impl Serialize for FetchEnableParams
impl Eq for FetchEnableParams
impl StructuralPartialEq for FetchEnableParams
Auto Trait Implementations§
impl Freeze for FetchEnableParams
impl RefUnwindSafe for FetchEnableParams
impl Send for FetchEnableParams
impl Sync for FetchEnableParams
impl Unpin for FetchEnableParams
impl UnsafeUnpin for FetchEnableParams
impl UnwindSafe for FetchEnableParams
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