Struct rust_icu_utext::Text[][src]

pub struct Text { /* fields omitted */ }

Implementations

Tries to produce a clone of this Text.

If deep is set, a deep clone is made. This is not a Clone trait since this clone is parameterized, and may fail.

Implements utext_clone from ICU4C.

Trait Implementations

Formats the value using the given formatter. Read more

Implements utext_close from ICU4C.

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

This method tests for !=.

Implements utext_open

The type returned in the event of a conversion error.

Produces a unicode Text from a rust String.

The conversion may fail if the string is not well formed, and may result in an error.

Implements utext_open from ICU4C.

The type returned in the event of a conversion error.

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.