pub struct FormattingInfo {
pub has_consistent_fonts: bool,
pub has_consistent_spacing: bool,
pub has_consistent_colors: bool,
pub font_families: Vec<String>,
pub font_sizes: Vec<f32>,
}Fields§
§has_consistent_fonts: bool§has_consistent_spacing: bool§has_consistent_colors: bool§font_families: Vec<String>§font_sizes: Vec<f32>Trait Implementations§
Source§impl Clone for FormattingInfo
impl Clone for FormattingInfo
Source§fn clone(&self) -> FormattingInfo
fn clone(&self) -> FormattingInfo
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 FormattingInfo
impl Debug for FormattingInfo
Auto Trait Implementations§
impl Freeze for FormattingInfo
impl RefUnwindSafe for FormattingInfo
impl Send for FormattingInfo
impl Sync for FormattingInfo
impl Unpin for FormattingInfo
impl UnwindSafe for FormattingInfo
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