pub struct Styles {
pub fill: Option<String>,
pub text: Option<String>,
pub stroke: Option<String>,
pub effect: Option<String>,
}Fields§
§fill: Option<String>§text: Option<String>§stroke: Option<String>§effect: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Styles
impl<'de> Deserialize<'de> for Styles
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 Styles
impl RefUnwindSafe for Styles
impl Send for Styles
impl Sync for Styles
impl Unpin for Styles
impl UnwindSafe for Styles
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