Struct tendril::fmt::ASCII
[−]
[src]
pub struct ASCII;
Marker type for ASCII text.
pub struct ASCII;
Marker type for ASCII text.
impl Format for ASCIIfn validate(buf: &[u8]) -> boolfn validate_prefix(_: &[u8]) -> boolfn validate_suffix(_: &[u8]) -> boolfn validate_subseq(_: &[u8]) -> boolunsafe fn fixup(_lhs: &[u8], _rhs: &[u8]) -> Fixupimpl SubsetOf<UTF8> for ASCIIfn revalidate_subset(x: &[u8]) -> boolimpl SubsetOf<Latin1> for ASCIIfn revalidate_subset(x: &[u8]) -> boolimpl<'a> CharFormat<'a> for ASCIItype Iter = SingleByteCharIndices<'a>unsafe fn char_indices(buf: &'a [u8]) -> SingleByteCharIndices<'a>fn encode_char<F>(ch: char, cont: F) -> Result<(), ()> where F: FnOnce(&[u8])impl Debug for ASCIIimpl Default for ASCIIimpl Clone for ASCIIfn clone(&self) -> ASCIIfn clone_from(&mut self, source: &Self)impl Copy for ASCII
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, type, macro,
and const.
Search functions by type signature (e.g.
vec -> usize)