Struct tendril::fmt::ASCII
[−]
[src]
pub struct ASCII;
Marker type for ASCII text.
pub struct ASCII;
Marker type for ASCII text.
impl Format for ASCII
fn validate(buf: &[u8]) -> bool
fn validate_prefix(_: &[u8]) -> bool
fn validate_suffix(_: &[u8]) -> bool
fn validate_subseq(_: &[u8]) -> bool
unsafe fn fixup(_lhs: &[u8], _rhs: &[u8]) -> Fixup
impl SubsetOf<UTF8> for ASCII
fn revalidate_subset(x: &[u8]) -> bool
impl SubsetOf<Latin1> for ASCII
fn revalidate_subset(x: &[u8]) -> bool
impl<'a> CharFormat<'a> for ASCII
type 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 ASCII
impl Default for ASCII
impl Clone for ASCII
fn clone(&self) -> ASCII
fn 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
)