Struct bellframe::block::AnnotRow[][src]

pub struct AnnotRow<A> { /* fields omitted */ }

Implementations

Creates a new AnnotRow from its parts

Creates a new Row with the default annotations

Gets the Row contained in this AnnotRow

Gets the Stage of this AnnotRow

Separates this AnnotRow into its raw parts

Sets the Row contained within this AnnotRow, without checking that the Stages match.

Safety

This is safe to call, so long as the Stage of row is equal to that of self

Gets an immutable reference to the annotation of this AnnotRow

Gets a mutable reference to the annotation of this AnnotRow

Applies a function to the annotation contained within this AnnotRow

Clones the Row of self, applying a function to the annotation contained within this AnnotRow

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.