pub struct SetBlockedUrLs { /* private fields */ }Expand description
Blocks URLs from loading. EXPERIMENTAL: This feature is experimental and may change or be removed.
Implementations§
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 Command for SetBlockedUrLs
impl Command for SetBlockedUrLs
Source§impl Debug for SetBlockedUrLs
impl Debug 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