pub struct SetStyleSheetTextParams {
pub style_sheet_id: StyleSheetId,
pub text: String,
}Expand description
Sets the new stylesheet text. setStyleSheetText
Fields§
§style_sheet_id: StyleSheetId§text: StringImplementations§
Trait Implementations§
Source§impl Clone for SetStyleSheetTextParams
impl Clone for SetStyleSheetTextParams
Source§fn clone(&self) -> SetStyleSheetTextParams
fn clone(&self) -> SetStyleSheetTextParams
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 SetStyleSheetTextParams
impl Debug for SetStyleSheetTextParams
Source§impl<'de> Deserialize<'de> for SetStyleSheetTextParams
impl<'de> Deserialize<'de> for SetStyleSheetTextParams
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 SetStyleSheetTextParams
impl PartialEq for SetStyleSheetTextParams
Source§impl Serialize for SetStyleSheetTextParams
impl Serialize for SetStyleSheetTextParams
impl StructuralPartialEq for SetStyleSheetTextParams
Auto Trait Implementations§
impl Freeze for SetStyleSheetTextParams
impl RefUnwindSafe for SetStyleSheetTextParams
impl Send for SetStyleSheetTextParams
impl Sync for SetStyleSheetTextParams
impl Unpin for SetStyleSheetTextParams
impl UnsafeUnpin for SetStyleSheetTextParams
impl UnwindSafe for SetStyleSheetTextParams
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