pub struct SetStyleTexts {
pub edits: Vec<StyleDeclarationEdit>,
pub node_for_property_syntax_validation: Option<NodeId>,
}Fields§
§edits: Vec<StyleDeclarationEdit>§node_for_property_syntax_validation: Option<NodeId>Trait Implementations§
Source§impl Clone for SetStyleTexts
impl Clone for SetStyleTexts
Source§fn clone(&self) -> SetStyleTexts
fn clone(&self) -> SetStyleTexts
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 SetStyleTexts
impl Debug for SetStyleTexts
Source§impl<'de> Deserialize<'de> for SetStyleTexts
impl<'de> Deserialize<'de> for SetStyleTexts
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 Method for SetStyleTexts
impl Method for SetStyleTexts
const NAME: &'static str = "CSS.setStyleTexts"
type ReturnObject = SetStyleTextsReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetStyleTexts
impl PartialEq for SetStyleTexts
Source§impl Serialize for SetStyleTexts
impl Serialize for SetStyleTexts
impl StructuralPartialEq for SetStyleTexts
Auto Trait Implementations§
impl Freeze for SetStyleTexts
impl RefUnwindSafe for SetStyleTexts
impl Send for SetStyleTexts
impl Sync for SetStyleTexts
impl Unpin for SetStyleTexts
impl UnwindSafe for SetStyleTexts
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