Struct annatto::exporter::sequence::ExportSequence
source · pub struct ExportSequence { /* private fields */ }Expand description
This exports a node sequence as horizontal or vertical text.
Trait Implementations§
source§impl Default for ExportSequence
impl Default for ExportSequence
source§impl<'de> Deserialize<'de> for ExportSequencewhere
ExportSequence: Default,
impl<'de> Deserialize<'de> for ExportSequencewhere
ExportSequence: Default,
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Documented for ExportSequence
impl Documented for ExportSequence
source§impl DocumentedFields for ExportSequence
impl DocumentedFields for ExportSequence
source§const FIELD_DOCS: &'static [Option<&'static str>] = _
const FIELD_DOCS: &'static [Option<&'static str>] = _
The static doc comments on each field or variant of this type, indexed by
field/variant order.
source§fn get_field_docs<T>(field_name: T) -> Result<&'static str, Error>
fn get_field_docs<T>(field_name: T) -> Result<&'static str, Error>
Get a field’s documentation using its name. Read more
source§fn get_field_comment<T>(field_name: T) -> Result<&'static str, Error>
fn get_field_comment<T>(field_name: T) -> Result<&'static str, Error>
👎Deprecated since 0.3.0: This function has an inconsistent name. Use
DocumentedFields::get_field_docs instead.Deprecated alias for
DocumentedFields::get_field_docs.source§impl Exporter for ExportSequence
impl Exporter for ExportSequence
source§fn export_corpus(
&self,
graph: &AnnotationGraph,
output_path: &Path,
step_id: StepID,
tx: Option<StatusSender>,
) -> Result<(), Box<dyn Error>>
fn export_corpus( &self, graph: &AnnotationGraph, output_path: &Path, step_id: StepID, tx: Option<StatusSender>, ) -> Result<(), Box<dyn Error>>
Export an annotation graph. Read more
fn file_extension(&self) -> &str
source§impl FieldNamesAsSlice for ExportSequence
impl FieldNamesAsSlice for ExportSequence
source§const FIELD_NAMES_AS_SLICE: &'static [&'static str] = _
const FIELD_NAMES_AS_SLICE: &'static [&'static str] = _
Generated slice of field names for ExportSequence.
Auto Trait Implementations§
impl Freeze for ExportSequence
impl RefUnwindSafe for ExportSequence
impl Send for ExportSequence
impl Sync for ExportSequence
impl Unpin for ExportSequence
impl UnwindSafe for ExportSequence
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
source§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<R, P> ReadPrimitive<R> for P
impl<R, P> ReadPrimitive<R> for P
source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian().