Struct core::str::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 Utf8Lossy
pub fn from_str(s: &str) -> &Utf8Lossy
[src]
pub fn from_str(s: &str) -> &Utf8Lossy
🔬 This is a nightly-only experimental API. (
str_internals
)pub fn from_bytes(bytes: &[u8]) -> &Utf8Lossy
[src]
pub fn from_bytes(bytes: &[u8]) -> &Utf8Lossy
🔬 This is a nightly-only experimental API. (
str_internals
)ⓘImportant traits for Utf8LossyChunksIter<'a>pub fn chunks(&self) -> Utf8LossyChunksIter
[src]
ⓘImportant traits for Utf8LossyChunksIter<'a>
pub fn chunks(&self) -> Utf8LossyChunksIter
🔬 This is a nightly-only experimental API. (
str_internals
)Trait Implementations
impl Display for Utf8Lossy
[src]
impl Display for Utf8Lossy
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Debug for Utf8Lossy
[src]
impl Debug for Utf8Lossy