pub struct SetStyleSheetText { /* private fields */ }Expand description
Sets the new stylesheet text.
Implementations§
Trait Implementations§
Source§impl Clone for SetStyleSheetText
impl Clone for SetStyleSheetText
Source§fn clone(&self) -> SetStyleSheetText
fn clone(&self) -> SetStyleSheetText
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 SetStyleSheetText
impl Debug for SetStyleSheetText
Source§impl Method for SetStyleSheetText
impl Method for SetStyleSheetText
Source§type Response = SetStyleSheetTextResponse
type Response = SetStyleSheetTextResponse
Response type for this method
Auto Trait Implementations§
impl Freeze for SetStyleSheetText
impl RefUnwindSafe for SetStyleSheetText
impl Send for SetStyleSheetText
impl Sync for SetStyleSheetText
impl Unpin for SetStyleSheetText
impl UnsafeUnpin for SetStyleSheetText
impl UnwindSafe for SetStyleSheetText
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