Enum fb2::ShareInstructionElement
source · pub enum ShareInstructionElement {
Part(PartShareInstruction),
OutputDocumentClass(OutputDocumentClass),
}Variants§
Part(PartShareInstruction)
OutputDocumentClass(OutputDocumentClass)
Trait Implementations§
source§fn eq(&self, other: &ShareInstructionElement) -> bool
fn eq(&self, other: &ShareInstructionElement) -> bool
This method tests for
self and other values to be equal, and is used
by ==.