pub struct SetStyleSheetTextResult {
pub source_map_url: Option<String>,
}Fields§
§source_map_url: Option<String>URL of source map associated with script (if any).
Trait Implementations§
Source§impl Clone for SetStyleSheetTextResult
impl Clone for SetStyleSheetTextResult
Source§fn clone(&self) -> SetStyleSheetTextResult
fn clone(&self) -> SetStyleSheetTextResult
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 Debug for SetStyleSheetTextResult
impl Debug for SetStyleSheetTextResult
Source§impl Default for SetStyleSheetTextResult
impl Default for SetStyleSheetTextResult
Source§fn default() -> SetStyleSheetTextResult
fn default() -> SetStyleSheetTextResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetStyleSheetTextResult
impl<'de> Deserialize<'de> for SetStyleSheetTextResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SetStyleSheetTextResult
impl PartialEq for SetStyleSheetTextResult
Source§impl Serialize for SetStyleSheetTextResult
impl Serialize for SetStyleSheetTextResult
Source§impl TryFrom<Value> for SetStyleSheetTextResult
impl TryFrom<Value> for SetStyleSheetTextResult
impl StructuralPartialEq for SetStyleSheetTextResult
Auto Trait Implementations§
impl Freeze for SetStyleSheetTextResult
impl RefUnwindSafe for SetStyleSheetTextResult
impl Send for SetStyleSheetTextResult
impl Sync for SetStyleSheetTextResult
impl Unpin for SetStyleSheetTextResult
impl UnsafeUnpin for SetStyleSheetTextResult
impl UnwindSafe for SetStyleSheetTextResult
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