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