pub struct ParameterInit {
pub name: OwnedName,
pub value: PropertyValue,
}Expand description
Represents a parameter initialization used in a PrintTicketDocument.
Fields§
§name: OwnedNameThe name of the parameter.
value: PropertyValueThe value of the parameter.
Trait Implementations§
Source§impl Clone for ParameterInit
impl Clone for ParameterInit
Source§fn clone(&self) -> ParameterInit
fn clone(&self) -> ParameterInit
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 ParameterInit
impl Debug for ParameterInit
impl Eq for ParameterInit
Source§impl Hash for ParameterInit
impl Hash for ParameterInit
Source§impl PartialEq for ParameterInit
impl PartialEq for ParameterInit
impl StructuralPartialEq for ParameterInit
Source§impl XmlSerializer for ParameterInit
impl XmlSerializer for ParameterInit
Auto Trait Implementations§
impl Freeze for ParameterInit
impl RefUnwindSafe for ParameterInit
impl Send for ParameterInit
impl Sync for ParameterInit
impl Unpin for ParameterInit
impl UnsafeUnpin for ParameterInit
impl UnwindSafe for ParameterInit
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