pub struct SetBlockedURLs {
pub url_patterns: Option<Vec<BlockPattern>>,
pub urls: Option<Vec<String>>,
}Fields§
§url_patterns: Option<Vec<BlockPattern>>§urls: Option<Vec<String>>Trait Implementations§
Source§impl Clone for SetBlockedURLs
impl Clone for SetBlockedURLs
Source§fn clone(&self) -> SetBlockedURLs
fn clone(&self) -> SetBlockedURLs
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 Debug for SetBlockedURLs
impl Debug for SetBlockedURLs
Source§impl<'de> Deserialize<'de> for SetBlockedURLs
impl<'de> Deserialize<'de> for SetBlockedURLs
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 Method for SetBlockedURLs
impl Method for SetBlockedURLs
const NAME: &'static str = "Network.setBlockedURLs"
type ReturnObject = SetBlockedURLsReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetBlockedURLs
impl PartialEq for SetBlockedURLs
Source§impl Serialize for SetBlockedURLs
impl Serialize for SetBlockedURLs
impl StructuralPartialEq for SetBlockedURLs
Auto Trait Implementations§
impl Freeze for SetBlockedURLs
impl RefUnwindSafe for SetBlockedURLs
impl Send for SetBlockedURLs
impl Sync for SetBlockedURLs
impl Unpin for SetBlockedURLs
impl UnwindSafe for SetBlockedURLs
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