pub struct SetBlockedUrLsBuilder { /* private fields */ }Implementations§
Source§impl SetBlockedUrLsBuilder
impl SetBlockedUrLsBuilder
pub fn url_pattern(self, url_pattern: impl Into<BlockPattern>) -> Self
pub fn url_patterns<I, S>(self, url_patterns: I) -> Self
pub fn build(self) -> SetBlockedUrLs
Trait Implementations§
Source§impl Clone for SetBlockedUrLsBuilder
impl Clone for SetBlockedUrLsBuilder
Source§fn clone(&self) -> SetBlockedUrLsBuilder
fn clone(&self) -> SetBlockedUrLsBuilder
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 Default for SetBlockedUrLsBuilder
impl Default for SetBlockedUrLsBuilder
Source§fn default() -> SetBlockedUrLsBuilder
fn default() -> SetBlockedUrLsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SetBlockedUrLsBuilder
impl RefUnwindSafe for SetBlockedUrLsBuilder
impl Send for SetBlockedUrLsBuilder
impl Sync for SetBlockedUrLsBuilder
impl Unpin for SetBlockedUrLsBuilder
impl UnsafeUnpin for SetBlockedUrLsBuilder
impl UnwindSafe for SetBlockedUrLsBuilder
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