pub struct SetStyleTextsBuilder { /* private fields */ }Implementations§
Source§impl SetStyleTextsBuilder
impl SetStyleTextsBuilder
pub fn edit(self, edit: impl Into<StyleDeclarationEdit>) -> Self
pub fn edits<I, S>(self, edits: I) -> Self
pub fn node_for_property_syntax_validation( self, node_for_property_syntax_validation: impl Into<NodeId>, ) -> Self
pub fn build(self) -> Result<SetStyleTexts, String>
Trait Implementations§
Source§impl Clone for SetStyleTextsBuilder
impl Clone for SetStyleTextsBuilder
Source§fn clone(&self) -> SetStyleTextsBuilder
fn clone(&self) -> SetStyleTextsBuilder
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 Default for SetStyleTextsBuilder
impl Default for SetStyleTextsBuilder
Source§fn default() -> SetStyleTextsBuilder
fn default() -> SetStyleTextsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SetStyleTextsBuilder
impl RefUnwindSafe for SetStyleTextsBuilder
impl Send for SetStyleTextsBuilder
impl Sync for SetStyleTextsBuilder
impl Unpin for SetStyleTextsBuilder
impl UnsafeUnpin for SetStyleTextsBuilder
impl UnwindSafe for SetStyleTextsBuilder
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