pub struct SetStyleSheetTextParamsBuilder { /* private fields */ }Implementations§
source§impl SetStyleSheetTextParamsBuilder
impl SetStyleSheetTextParamsBuilder
pub fn style_sheet_id( self, style_sheet_id: impl Into<StyleSheetId> ) -> SetStyleSheetTextParamsBuilder
pub fn text(self, text: impl Into<String>) -> SetStyleSheetTextParamsBuilder
pub fn build(self) -> Result<SetStyleSheetTextParams, String>
Trait Implementations§
source§impl Clone for SetStyleSheetTextParamsBuilder
impl Clone for SetStyleSheetTextParamsBuilder
source§fn clone(&self) -> SetStyleSheetTextParamsBuilder
fn clone(&self) -> SetStyleSheetTextParamsBuilder
Returns a copy 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 SetStyleSheetTextParamsBuilder
impl Default for SetStyleSheetTextParamsBuilder
source§fn default() -> SetStyleSheetTextParamsBuilder
fn default() -> SetStyleSheetTextParamsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SetStyleSheetTextParamsBuilder
impl Send for SetStyleSheetTextParamsBuilder
impl Sync for SetStyleSheetTextParamsBuilder
impl Unpin for SetStyleSheetTextParamsBuilder
impl UnwindSafe for SetStyleSheetTextParamsBuilder
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