pub struct PrintEndPageRequest {
    pub cancel: bool,
}Fields§
§cancel: boolImplementations§
Trait Implementations§
Source§impl Clone for PrintEndPageRequest
 
impl Clone for PrintEndPageRequest
Source§fn clone(&self) -> PrintEndPageRequest
 
fn clone(&self) -> PrintEndPageRequest
Returns a duplicate 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 PrintEndPageRequest
 
impl Debug for PrintEndPageRequest
Source§impl Default for PrintEndPageRequest
 
impl Default for PrintEndPageRequest
Source§fn default() -> PrintEndPageRequest
 
fn default() -> PrintEndPageRequest
Returns the “default value” for a type. Read more
Source§impl Hash for PrintEndPageRequest
 
impl Hash for PrintEndPageRequest
Source§impl Ord for PrintEndPageRequest
 
impl Ord for PrintEndPageRequest
Source§fn cmp(&self, other: &PrintEndPageRequest) -> Ordering
 
fn cmp(&self, other: &PrintEndPageRequest) -> 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 PrintEndPageRequest
 
impl PartialEq for PrintEndPageRequest
Source§impl PartialOrd for PrintEndPageRequest
 
impl PartialOrd for PrintEndPageRequest
Source§impl Request for PrintEndPageRequest
 
impl Request for PrintEndPageRequest
impl Copy for PrintEndPageRequest
impl Eq for PrintEndPageRequest
impl StructuralPartialEq for PrintEndPageRequest
impl VoidRequest for PrintEndPageRequest
Auto Trait Implementations§
impl Freeze for PrintEndPageRequest
impl RefUnwindSafe for PrintEndPageRequest
impl Send for PrintEndPageRequest
impl Sync for PrintEndPageRequest
impl Unpin for PrintEndPageRequest
impl UnwindSafe for PrintEndPageRequest
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