[−][src]Struct core::str::lossy::Utf8Lossy
🔬 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 Debug for Utf8Lossy
[src]
impl Debug 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 Display for Utf8Lossy
[src]
impl Display for Utf8Lossy
Auto Trait Implementations
Blanket Implementations
impl<T> Borrow for T where
T: ?Sized,
[src]
impl<T> Borrow for T where
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
impl<T> BorrowMut for T where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T
[src]
fn borrow_mut(&mut Self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Any for T where
T: 'static + ?Sized,
[src]
impl<T> Any for T where
T: 'static + ?Sized,
fn get_type_id(&Self) -> TypeId
[src]
fn get_type_id(&Self) -> TypeId
🔬 This is a nightly-only experimental API. (get_type_id
#27745)
this method will likely be replaced by an associated static
Gets the TypeId
of self
. Read more