Struct tendril::fmt::ASCII [] [src]

pub struct ASCII;

Marker type for ASCII text.

Trait Implementations

impl Copy for ASCII
[src]

impl Clone for ASCII
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for ASCII
[src]

[src]

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

impl Debug for ASCII
[src]

[src]

Formats the value using the given formatter. Read more

impl Format for ASCII
[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

impl SubsetOf<UTF8> for ASCII
[src]

[src]

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

impl SubsetOf<Latin1> for ASCII
[src]

[src]

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

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

Iterator for characters and their byte indices.

Important traits for SingleByteCharIndices<'a>
[src]

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

[src]

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