Struct fb2::OutputDocumentClass
source · pub struct OutputDocumentClass {
pub name: String,
pub create: Option<DocGenerationInstruction>,
pub price: Option<f64>,
pub parts: Vec<PartShareInstruction>,
}Expand description
Selector for output documents. Defines, which rule to apply to any specific output documents
Fields§
§name: String§create: Option<DocGenerationInstruction>§price: Option<f64>§parts: Vec<PartShareInstruction>Trait Implementations§
source§impl Debug for OutputDocumentClass
impl Debug for OutputDocumentClass
source§impl PartialEq<OutputDocumentClass> for OutputDocumentClass
impl PartialEq<OutputDocumentClass> for OutputDocumentClass
source§fn eq(&self, other: &OutputDocumentClass) -> bool
fn eq(&self, other: &OutputDocumentClass) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for OutputDocumentClass
Auto Trait Implementations§
impl RefUnwindSafe for OutputDocumentClass
impl Send for OutputDocumentClass
impl Sync for OutputDocumentClass
impl Unpin for OutputDocumentClass
impl UnwindSafe for OutputDocumentClass
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