pub struct HeaderGeometry {
pub title_text: String,
pub title_accent: String,
pub subtitle: String,
}Expand description
Header geometry — title and subtitle positioning.
Fields§
§title_text: StringThe main title text.
title_accent: StringThe accent word in the title.
subtitle: StringThe subtitle text.
Trait Implementations§
Source§impl Clone for HeaderGeometry
impl Clone for HeaderGeometry
Source§fn clone(&self) -> HeaderGeometry
fn clone(&self) -> HeaderGeometry
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 HeaderGeometry
impl Debug for HeaderGeometry
Source§impl PartialEq for HeaderGeometry
impl PartialEq for HeaderGeometry
impl StructuralPartialEq for HeaderGeometry
Auto Trait Implementations§
impl Freeze for HeaderGeometry
impl RefUnwindSafe for HeaderGeometry
impl Send for HeaderGeometry
impl Sync for HeaderGeometry
impl Unpin for HeaderGeometry
impl UnsafeUnpin for HeaderGeometry
impl UnwindSafe for HeaderGeometry
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