pub struct PrintTicketDocument {
pub properties: Vec<Property>,
pub parameter_inits: Vec<ParameterInit>,
pub features: Vec<PrintFeature>,
}Expand description
Represents a PrintTicket document.
Fields§
§properties: Vec<Property>Properties of the document
parameter_inits: Vec<ParameterInit>Parameter initializations
features: Vec<PrintFeature>Features
Trait Implementations§
Source§impl Clone for PrintTicketDocument
impl Clone for PrintTicketDocument
Source§fn clone(&self) -> PrintTicketDocument
fn clone(&self) -> PrintTicketDocument
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 moreSource§impl Debug for PrintTicketDocument
impl Debug for PrintTicketDocument
impl Eq for PrintTicketDocument
Source§impl From<PrintTicketDocument> for PrintSchemaDocument
impl From<PrintTicketDocument> for PrintSchemaDocument
Source§fn from(value: PrintTicketDocument) -> Self
fn from(value: PrintTicketDocument) -> Self
Converts to this type from the input type.
Source§impl From<PrintTicketDocument> for PrintTicket
impl From<PrintTicketDocument> for PrintTicket
Source§fn from(value: PrintTicketDocument) -> Self
fn from(value: PrintTicketDocument) -> Self
Converts to this type from the input type.
Source§impl Hash for PrintTicketDocument
impl Hash for PrintTicketDocument
Source§impl ParsableXmlDocument for PrintTicketDocument
impl ParsableXmlDocument for PrintTicketDocument
Source§impl PartialEq for PrintTicketDocument
impl PartialEq for PrintTicketDocument
impl StructuralPartialEq for PrintTicketDocument
Source§impl WithProperties for PrintTicketDocument
impl WithProperties for PrintTicketDocument
Source§impl XmlSerializer for PrintTicketDocument
impl XmlSerializer for PrintTicketDocument
Auto Trait Implementations§
impl Freeze for PrintTicketDocument
impl RefUnwindSafe for PrintTicketDocument
impl Send for PrintTicketDocument
impl Sync for PrintTicketDocument
impl Unpin for PrintTicketDocument
impl UnsafeUnpin for PrintTicketDocument
impl UnwindSafe for PrintTicketDocument
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