pub struct SetStyleTextsResult {
pub styles: Vec<CssStyle>,
}Fields§
§styles: Vec<CssStyle>The resulting styles after modification.
Trait Implementations§
Source§impl Clone for SetStyleTextsResult
impl Clone for SetStyleTextsResult
Source§fn clone(&self) -> SetStyleTextsResult
fn clone(&self) -> SetStyleTextsResult
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 SetStyleTextsResult
impl Debug for SetStyleTextsResult
Source§impl<'de> Deserialize<'de> for SetStyleTextsResult
impl<'de> Deserialize<'de> for SetStyleTextsResult
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 SetStyleTextsResult
impl PartialEq for SetStyleTextsResult
Source§impl Serialize for SetStyleTextsResult
impl Serialize for SetStyleTextsResult
Source§impl TryFrom<Value> for SetStyleTextsResult
impl TryFrom<Value> for SetStyleTextsResult
impl StructuralPartialEq for SetStyleTextsResult
Auto Trait Implementations§
impl Freeze for SetStyleTextsResult
impl RefUnwindSafe for SetStyleTextsResult
impl Send for SetStyleTextsResult
impl Sync for SetStyleTextsResult
impl Unpin for SetStyleTextsResult
impl UnsafeUnpin for SetStyleTextsResult
impl UnwindSafe for SetStyleTextsResult
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