Enum webdriver::command::PrintOrientation
source · 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§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§fn eq(&self, other: &PrintOrientation) -> bool
fn eq(&self, other: &PrintOrientation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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