pub struct SetStyleSheetTextReturnsBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> SetStyleSheetTextReturnsBuilder<'a>
impl<'a> SetStyleSheetTextReturnsBuilder<'a>
Sourcepub fn sourceMapURL(self, sourceMapURL: impl Into<Cow<'a, str>>) -> Self
pub fn sourceMapURL(self, sourceMapURL: impl Into<Cow<'a, str>>) -> Self
URL of source map associated with script (if any).
pub fn build(self) -> SetStyleSheetTextReturns<'a>
Trait Implementations§
Source§impl<'a> Default for SetStyleSheetTextReturnsBuilder<'a>
impl<'a> Default for SetStyleSheetTextReturnsBuilder<'a>
Source§fn default() -> SetStyleSheetTextReturnsBuilder<'a>
fn default() -> SetStyleSheetTextReturnsBuilder<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for SetStyleSheetTextReturnsBuilder<'a>
impl<'a> RefUnwindSafe for SetStyleSheetTextReturnsBuilder<'a>
impl<'a> Send for SetStyleSheetTextReturnsBuilder<'a>
impl<'a> Sync for SetStyleSheetTextReturnsBuilder<'a>
impl<'a> Unpin for SetStyleSheetTextReturnsBuilder<'a>
impl<'a> UnsafeUnpin for SetStyleSheetTextReturnsBuilder<'a>
impl<'a> UnwindSafe for SetStyleSheetTextReturnsBuilder<'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