Struct std_unicode::lossy::Utf8Lossy
[−]
[src]
pub struct Utf8Lossy { /* fields omitted */ }🔬 This is a nightly-only experimental API. (
str_internals)Lossy UTF-8 string.
Methods
impl Utf8Lossy[src]
impl Utf8Lossypub fn from_str(s: &str) -> &Utf8Lossy[src]
pub fn from_str(s: &str) -> &Utf8Lossypub fn from_bytes(bytes: &[u8]) -> &Utf8Lossy[src]
pub fn from_bytes(bytes: &[u8]) -> &Utf8LossyⓘImportant traits for Utf8LossyChunksIter<'a>pub fn chunks(&self) -> Utf8LossyChunksIter[src]
ⓘImportant traits for Utf8LossyChunksIter<'a>
pub fn chunks(&self) -> Utf8LossyChunksIterTrait Implementations
impl Display for Utf8Lossy[src]
impl Display for Utf8Lossyfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Debug for Utf8Lossy[src]
impl Debug for Utf8Lossy