pub struct CommentRunProperties {
pub b: Option<BoldFlag>,
pub sz: Option<FontSize>,
}Expand description
Run properties for comment text formatting.
Fields§
§b: Option<BoldFlag>§sz: Option<FontSize>Trait Implementations§
Source§impl Clone for CommentRunProperties
impl Clone for CommentRunProperties
Source§fn clone(&self) -> CommentRunProperties
fn clone(&self) -> CommentRunProperties
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 CommentRunProperties
impl Debug for CommentRunProperties
Source§impl<'de> Deserialize<'de> for CommentRunProperties
impl<'de> Deserialize<'de> for CommentRunProperties
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 CommentRunProperties
impl PartialEq for CommentRunProperties
Source§impl Serialize for CommentRunProperties
impl Serialize for CommentRunProperties
impl StructuralPartialEq for CommentRunProperties
Auto Trait Implementations§
impl Freeze for CommentRunProperties
impl RefUnwindSafe for CommentRunProperties
impl Send for CommentRunProperties
impl Sync for CommentRunProperties
impl Unpin for CommentRunProperties
impl UnwindSafe for CommentRunProperties
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