pub struct SetStyleSheetTextReturnObjectBuilder { /* private fields */ }Expand description
Builder for SetStyleSheetTextReturnObject.
Implementations§
Source§impl SetStyleSheetTextReturnObjectBuilder
impl SetStyleSheetTextReturnObjectBuilder
Sourcepub fn source_map_url(&mut self, value: Option<String>) -> &mut Self
pub fn source_map_url(&mut self, value: Option<String>) -> &mut Self
URL of source map associated with script (if any).
Sourcepub fn build(
&self,
) -> Result<SetStyleSheetTextReturnObject, SetStyleSheetTextReturnObjectBuilderError>
pub fn build( &self, ) -> Result<SetStyleSheetTextReturnObject, SetStyleSheetTextReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for SetStyleSheetTextReturnObjectBuilder
impl Clone for SetStyleSheetTextReturnObjectBuilder
Source§fn clone(&self) -> SetStyleSheetTextReturnObjectBuilder
fn clone(&self) -> SetStyleSheetTextReturnObjectBuilder
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 moreAuto Trait Implementations§
impl Freeze for SetStyleSheetTextReturnObjectBuilder
impl RefUnwindSafe for SetStyleSheetTextReturnObjectBuilder
impl Send for SetStyleSheetTextReturnObjectBuilder
impl Sync for SetStyleSheetTextReturnObjectBuilder
impl Unpin for SetStyleSheetTextReturnObjectBuilder
impl UnsafeUnpin for SetStyleSheetTextReturnObjectBuilder
impl UnwindSafe for SetStyleSheetTextReturnObjectBuilder
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