Struct fb2::PartShareInstruction
source · pub struct PartShareInstruction {
pub kind: &'static str,
pub href: String,
pub include: DocGenerationInstruction,
}Expand description
Pointer to specific document section, explaining how to deal with it
Fields§
§kind: &'static str“type” is reserved in Rust
href: String§include: DocGenerationInstructionTrait Implementations§
source§fn eq(&self, other: &PartShareInstruction) -> bool
fn eq(&self, other: &PartShareInstruction) -> bool
This method tests for
self and other values to be equal, and is used
by ==.