pub enum PageOrientationType {
Landscape,
Portrait,
}
Variants§
Trait Implementations§
Source§impl Clone for PageOrientationType
impl Clone for PageOrientationType
Source§fn clone(&self) -> PageOrientationType
fn clone(&self) -> PageOrientationType
Returns a copy 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 PageOrientationType
impl Debug for PageOrientationType
Source§impl<'de> Deserialize<'de> for PageOrientationType
impl<'de> Deserialize<'de> for PageOrientationType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for PageOrientationType
impl Display for PageOrientationType
Source§impl FromStr for PageOrientationType
impl FromStr for PageOrientationType
Source§impl PartialEq for PageOrientationType
impl PartialEq for PageOrientationType
Source§impl Serialize for PageOrientationType
impl Serialize for PageOrientationType
impl Copy for PageOrientationType
impl StructuralPartialEq for PageOrientationType
Auto Trait Implementations§
impl Freeze for PageOrientationType
impl RefUnwindSafe for PageOrientationType
impl Send for PageOrientationType
impl Sync for PageOrientationType
impl Unpin for PageOrientationType
impl UnwindSafe for PageOrientationType
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