pub struct RPr {
pub b: Option<BoolVal>,
pub i: Option<BoolVal>,
pub sz: Option<FontSize>,
pub color: Option<Color>,
pub r_font: Option<FontName>,
pub family: Option<FontFamily>,
pub scheme: Option<FontScheme>,
}Expand description
Run properties (text formatting within a rich text run).
Fields§
§b: Option<BoolVal>§i: Option<BoolVal>§sz: Option<FontSize>§color: Option<Color>§r_font: Option<FontName>§family: Option<FontFamily>§scheme: Option<FontScheme>Trait Implementations§
Source§impl<'de> Deserialize<'de> for RPr
impl<'de> Deserialize<'de> for RPr
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
impl StructuralPartialEq for RPr
Auto Trait Implementations§
impl Freeze for RPr
impl RefUnwindSafe for RPr
impl Send for RPr
impl Sync for RPr
impl Unpin for RPr
impl UnwindSafe for RPr
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