pub struct PrinterJobOptions<'a> {
pub name: Option<&'a str>,
pub raw_properties: &'a [(&'a str, &'a str)],
pub converter: Converter,
}Fields§
§name: Option<&'a str>§raw_properties: &'a [(&'a str, &'a str)]§converter: ConverterImplementations§
Source§impl PrinterJobOptions<'_>
impl PrinterJobOptions<'_>
Trait Implementations§
Source§impl<'a> Clone for PrinterJobOptions<'a>
impl<'a> Clone for PrinterJobOptions<'a>
Source§fn clone(&self) -> PrinterJobOptions<'a>
fn clone(&self) -> PrinterJobOptions<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'a> Freeze for PrinterJobOptions<'a>
impl<'a> RefUnwindSafe for PrinterJobOptions<'a>
impl<'a> Send for PrinterJobOptions<'a>
impl<'a> Sync for PrinterJobOptions<'a>
impl<'a> Unpin for PrinterJobOptions<'a>
impl<'a> UnsafeUnpin for PrinterJobOptions<'a>
impl<'a> UnwindSafe for PrinterJobOptions<'a>
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