pub struct SetBlackboxPatternsParamsBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> SetBlackboxPatternsParamsBuilder<'a>
impl<'a> SetBlackboxPatternsParamsBuilder<'a>
Sourcepub fn skip_anonymous(self, skip_anonymous: bool) -> Self
pub fn skip_anonymous(self, skip_anonymous: bool) -> Self
If true, also ignore scripts with no source url.
pub fn build(self) -> SetBlackboxPatternsParams<'a>
Auto Trait Implementations§
impl<'a> Freeze for SetBlackboxPatternsParamsBuilder<'a>
impl<'a> RefUnwindSafe for SetBlackboxPatternsParamsBuilder<'a>
impl<'a> Send for SetBlackboxPatternsParamsBuilder<'a>
impl<'a> Sync for SetBlackboxPatternsParamsBuilder<'a>
impl<'a> Unpin for SetBlackboxPatternsParamsBuilder<'a>
impl<'a> UnsafeUnpin for SetBlackboxPatternsParamsBuilder<'a>
impl<'a> UnwindSafe for SetBlackboxPatternsParamsBuilder<'a>
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