Struct tendril::fmt::UTF8
[−]
[src]
pub struct UTF8;
Marker type for UTF-8 text.
pub struct UTF8;
Marker type for UTF-8 text.
impl Format for UTF8fn validate(buf: &[u8]) -> boolfn validate_prefix(buf: &[u8]) -> boolfn validate_suffix(buf: &[u8]) -> boolfn validate_subseq(buf: &[u8]) -> boolunsafe fn fixup(_lhs: &[u8], _rhs: &[u8]) -> Fixupimpl SubsetOf<WTF8> for UTF8fn revalidate_subset(x: &[u8]) -> boolimpl SliceFormat for UTF8type Slice = strimpl<'a> CharFormat<'a> for UTF8type Iter = CharIndices<'a>unsafe fn char_indices(buf: &'a [u8]) -> CharIndices<'a>fn encode_char<F>(ch: char, cont: F) -> Result<(), ()> where F: FnOnce(&[u8])impl Debug for UTF8impl Default for UTF8impl Clone for UTF8fn clone(&self) -> UTF8fn clone_from(&mut self, source: &Self)impl Copy for UTF8
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)