Struct sgx_tstd::char::InvalidSequence [−][src]
pub struct InvalidSequence(_);
Deprecated since 1.27.0
: Use str::from_utf8 instead: https://doc.rust-lang.org/nightly/std/str/struct.Utf8Error.html#examples
🔬 This is a nightly-only experimental API. (
decode_utf8
)<DecodeUtf8 as Iterator>::next
returns this for an invalid input sequence.
Trait Implementations
impl Eq for InvalidSequence
[src]
impl Eq for InvalidSequence
impl Debug for InvalidSequence
[src]
impl Debug for InvalidSequence
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl PartialEq<InvalidSequence> for InvalidSequence
[src]
impl PartialEq<InvalidSequence> for InvalidSequence
fn eq(&self, other: &InvalidSequence) -> bool
[src]
fn eq(&self, other: &InvalidSequence) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &InvalidSequence) -> bool
[src]
fn ne(&self, other: &InvalidSequence) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for InvalidSequence
impl Send for InvalidSequence
impl Sync for InvalidSequence
impl Sync for InvalidSequence