pub enum PageChromeKind {
Header,
Footer,
Progress,
}Expand description
Kind of page-level metadata/chrome.
Variants§
Trait Implementations§
Source§impl Clone for PageChromeKind
impl Clone for PageChromeKind
Source§fn clone(&self) -> PageChromeKind
fn clone(&self) -> PageChromeKind
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 PageChromeKind
impl Debug for PageChromeKind
Source§impl PartialEq for PageChromeKind
impl PartialEq for PageChromeKind
impl Copy for PageChromeKind
impl Eq for PageChromeKind
impl StructuralPartialEq for PageChromeKind
Auto Trait Implementations§
impl Freeze for PageChromeKind
impl RefUnwindSafe for PageChromeKind
impl Send for PageChromeKind
impl Sync for PageChromeKind
impl Unpin for PageChromeKind
impl UnsafeUnpin for PageChromeKind
impl UnwindSafe for PageChromeKind
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