pub enum PrintPages {
All,
Current,
Ranges,
Selection,
// some variants omitted
}
Variants§
Trait Implementations§
Source§impl Clone for PrintPages
impl Clone for PrintPages
Source§fn clone(&self) -> PrintPages
fn clone(&self) -> PrintPages
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 PrintPages
impl Debug for PrintPages
Source§impl Display for PrintPages
impl Display for PrintPages
Source§impl<'a> FromValue<'a> for PrintPages
impl<'a> FromValue<'a> for PrintPages
unsafe fn from_value(value: &Value) -> Self
Source§impl<'a> FromValueOptional<'a> for PrintPages
impl<'a> FromValueOptional<'a> for PrintPages
unsafe fn from_value_optional(value: &Value) -> Option<Self>
Source§impl Hash for PrintPages
impl Hash for PrintPages
Source§impl Ord for PrintPages
impl Ord for PrintPages
Source§fn cmp(&self, other: &PrintPages) -> Ordering
fn cmp(&self, other: &PrintPages) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PrintPages
impl PartialEq for PrintPages
Source§impl PartialOrd for PrintPages
impl PartialOrd for PrintPages
Source§impl StaticType for PrintPages
impl StaticType for PrintPages
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Copy for PrintPages
impl Eq for PrintPages
impl StructuralPartialEq for PrintPages
Auto Trait Implementations§
impl Freeze for PrintPages
impl RefUnwindSafe for PrintPages
impl Send for PrintPages
impl Sync for PrintPages
impl Unpin for PrintPages
impl UnwindSafe for PrintPages
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§impl<T> ToSendValue for T
impl<T> ToSendValue for T
Source§fn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a
SendValue
clone of self
.