Struct tendril::fmt::UTF8 [] [src]

pub struct UTF8;

Marker type for UTF-8 text.

Trait Implementations

impl Copy for UTF8
[src]

impl Clone for UTF8
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for UTF8
[src]

Returns the "default value" for a type. Read more

impl Debug for UTF8
[src]

Formats the value using the given formatter.

impl Format for UTF8
[src]

Check whether the buffer is valid for this format.

Check whether the buffer is valid for this format. Read more

Check whether the buffer is valid for this format. Read more

Check whether the buffer is valid for this format. Read more

Compute any fixup needed when concatenating buffers. Read more

impl SubsetOf<WTF8> for UTF8
[src]

Validate the other direction of conversion; check if this buffer from the superset format conforms to the subset format. Read more

impl SliceFormat for UTF8
[src]

impl<'a> CharFormat<'a> for UTF8
[src]

Iterator for characters and their byte indices.

Iterate over the characters of the string and their byte indices. Read more

Encode the character as bytes and pass them to a continuation. Read more