Enum webdriver::command::PrintPageRange
source · pub enum PrintPageRange {
Integer(u64),
Range(String),
}
Variants§
Trait Implementations§
source§impl Clone for PrintPageRange
impl Clone for PrintPageRange
source§fn clone(&self) -> PrintPageRange
fn clone(&self) -> PrintPageRange
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 PrintPageRange
impl Debug for PrintPageRange
source§impl<'de> Deserialize<'de> for PrintPageRange
impl<'de> Deserialize<'de> for PrintPageRange
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 PrintPageRange
impl PartialEq for PrintPageRange
source§fn eq(&self, other: &PrintPageRange) -> bool
fn eq(&self, other: &PrintPageRange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for PrintPageRange
impl Serialize for PrintPageRange
impl StructuralPartialEq for PrintPageRange
Auto Trait Implementations§
impl Freeze for PrintPageRange
impl RefUnwindSafe for PrintPageRange
impl Send for PrintPageRange
impl Sync for PrintPageRange
impl Unpin for PrintPageRange
impl UnwindSafe for PrintPageRange
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