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