pub enum PageChromeTextStyle {
Regular,
Bold,
Italic,
BoldItalic,
}Expand description
Text style for header/footer chrome rendering.
Variants§
Trait Implementations§
Source§impl Clone for PageChromeTextStyle
impl Clone for PageChromeTextStyle
Source§fn clone(&self) -> PageChromeTextStyle
fn clone(&self) -> PageChromeTextStyle
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 PageChromeTextStyle
impl Debug for PageChromeTextStyle
Source§impl PartialEq for PageChromeTextStyle
impl PartialEq for PageChromeTextStyle
impl Copy for PageChromeTextStyle
impl Eq for PageChromeTextStyle
impl StructuralPartialEq for PageChromeTextStyle
Auto Trait Implementations§
impl Freeze for PageChromeTextStyle
impl RefUnwindSafe for PageChromeTextStyle
impl Send for PageChromeTextStyle
impl Sync for PageChromeTextStyle
impl Unpin for PageChromeTextStyle
impl UnsafeUnpin for PageChromeTextStyle
impl UnwindSafe for PageChromeTextStyle
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