pub struct GetStyleSheetTextResult {
pub text: String,
}Fields§
§text: StringThe stylesheet text.
Trait Implementations§
Source§impl Clone for GetStyleSheetTextResult
impl Clone for GetStyleSheetTextResult
Source§fn clone(&self) -> GetStyleSheetTextResult
fn clone(&self) -> GetStyleSheetTextResult
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 GetStyleSheetTextResult
impl Debug for GetStyleSheetTextResult
Source§impl<'de> Deserialize<'de> for GetStyleSheetTextResult
impl<'de> Deserialize<'de> for GetStyleSheetTextResult
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 PartialEq for GetStyleSheetTextResult
impl PartialEq for GetStyleSheetTextResult
Source§impl Serialize for GetStyleSheetTextResult
impl Serialize for GetStyleSheetTextResult
Source§impl TryFrom<Value> for GetStyleSheetTextResult
impl TryFrom<Value> for GetStyleSheetTextResult
impl StructuralPartialEq for GetStyleSheetTextResult
Auto Trait Implementations§
impl Freeze for GetStyleSheetTextResult
impl RefUnwindSafe for GetStyleSheetTextResult
impl Send for GetStyleSheetTextResult
impl Sync for GetStyleSheetTextResult
impl Unpin for GetStyleSheetTextResult
impl UnsafeUnpin for GetStyleSheetTextResult
impl UnwindSafe for GetStyleSheetTextResult
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