Struct orgize::Org[][src]

pub struct Org<'a> { /* fields omitted */ }

Implementations

Returns the Document.

Returns an iterator of Headlines.

Creates a new empty Org struct.

Parses string text into Org struct.

Likes parse, but accepts String.

Parses string text into Org struct with custom ParseConfig.

Likes parse_custom, but accepts String.

Returns a reference to the underlay arena.

Returns a mutual reference to the underlay arena.

Returns an iterator of Events.

Returns an iterator of Keywords.

Writes an Org struct as html format.

Writes an Org struct as html format with custom HtmlHandler.

Writes an Org struct as org format.

Writes an Org struct as org format with custom OrgHandler.

Validates an Org struct.

Trait Implementations

Returns the “default value” for a type. Read more

The returned type after indexing.

Performs the indexing (container[index]) operation. Read more

Performs the mutable indexing (container[index]) operation. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.