pub struct GetStyleSheetTextReturns {
pub text: String,
}Expand description
Returns the current textual content for a stylesheet.
Fields§
§text: StringThe stylesheet text.
Trait Implementations§
Source§impl Clone for GetStyleSheetTextReturns
impl Clone for GetStyleSheetTextReturns
Source§fn clone(&self) -> GetStyleSheetTextReturns
fn clone(&self) -> GetStyleSheetTextReturns
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 GetStyleSheetTextReturns
impl Debug for GetStyleSheetTextReturns
Source§impl Default for GetStyleSheetTextReturns
impl Default for GetStyleSheetTextReturns
Source§fn default() -> GetStyleSheetTextReturns
fn default() -> GetStyleSheetTextReturns
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetStyleSheetTextReturns
impl<'de> Deserialize<'de> for GetStyleSheetTextReturns
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
Auto Trait Implementations§
impl Freeze for GetStyleSheetTextReturns
impl RefUnwindSafe for GetStyleSheetTextReturns
impl Send for GetStyleSheetTextReturns
impl Sync for GetStyleSheetTextReturns
impl Unpin for GetStyleSheetTextReturns
impl UnsafeUnpin for GetStyleSheetTextReturns
impl UnwindSafe for GetStyleSheetTextReturns
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