Struct tendril::fmt::WTF8 [] [src]

pub struct WTF8;

Marker type for WTF-8 text.

See the WTF-8 spec.

Trait Implementations

impl SubsetOf<WTF8> for UTF8
[src]

[src]

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

impl Copy for WTF8
[src]

impl Clone for WTF8
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for WTF8
[src]

[src]

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

impl Debug for WTF8
[src]

[src]

Formats the value using the given formatter. Read more

impl Format for WTF8
[src]

[src]

Check whether the buffer is valid for this format.

[src]

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

[src]

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

[src]

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

[src]

Compute any fixup needed when concatenating buffers. Read more