Struct fb2::ShareInstruction
source · pub struct ShareInstruction {
pub mode: ShareMode,
pub include_all: DocGenerationInstruction,
pub price: Option<f64>,
pub currency: Option<String>,
pub elements: Vec<ShareInstructionElement>,
}Expand description
In-document instruction for generating output free and payed documents
Fields§
§mode: ShareMode§include_all: DocGenerationInstruction§price: Option<f64>§currency: Option<String>§elements: Vec<ShareInstructionElement>Trait Implementations§
source§fn eq(&self, other: &ShareInstruction) -> bool
fn eq(&self, other: &ShareInstruction) -> bool
This method tests for
self and other values to be equal, and is used
by ==.