pub enum PageDirection {
Ltr,
Rtl,
}Expand description
The page-progression-direction attribute of spine is a global attribute and therefore defines the pagination flow of the book as a whole.
Variants§
Trait Implementations§
Source§impl Clone for PageDirection
impl Clone for PageDirection
Source§fn clone(&self) -> PageDirection
fn clone(&self) -> PageDirection
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 PageDirection
impl Debug for PageDirection
Source§impl Default for PageDirection
impl Default for PageDirection
Source§fn default() -> PageDirection
fn default() -> PageDirection
Returns the “default value” for a type. Read more
Source§impl FromStr for PageDirection
impl FromStr for PageDirection
Source§impl ToString for PageDirection
impl ToString for PageDirection
impl Copy for PageDirection
Auto Trait Implementations§
impl Freeze for PageDirection
impl RefUnwindSafe for PageDirection
impl Send for PageDirection
impl Sync for PageDirection
impl Unpin for PageDirection
impl UnwindSafe for PageDirection
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