pub enum PrintOrientation {
Landscape,
Portrait,
}
Variants§
Trait Implementations§
source§impl Clone for PrintOrientation
impl Clone for PrintOrientation
source§fn clone(&self) -> PrintOrientation
fn clone(&self) -> PrintOrientation
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 PrintOrientation
impl Debug for PrintOrientation
source§impl Default for PrintOrientation
impl Default for PrintOrientation
source§fn default() -> PrintOrientation
fn default() -> PrintOrientation
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PrintOrientation
impl<'de> Deserialize<'de> for PrintOrientation
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 PartialEq for PrintOrientation
impl PartialEq for PrintOrientation
source§impl Serialize for PrintOrientation
impl Serialize for PrintOrientation
impl StructuralPartialEq for PrintOrientation
Auto Trait Implementations§
impl Freeze for PrintOrientation
impl RefUnwindSafe for PrintOrientation
impl Send for PrintOrientation
impl Sync for PrintOrientation
impl Unpin for PrintOrientation
impl UnwindSafe for PrintOrientation
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)