pub struct WTF8;
Expand description
Marker type for WTF-8 text.
See the WTF-8 spec.
Trait Implementations§
source§impl Format for WTF8
impl Format for WTF8
source§fn validate_prefix(buf: &[u8]) -> bool
fn validate_prefix(buf: &[u8]) -> bool
Check whether the buffer is valid for this format. Read more
source§fn validate_suffix(buf: &[u8]) -> bool
fn validate_suffix(buf: &[u8]) -> bool
Check whether the buffer is valid for this format. Read more
impl Copy for WTF8
Auto Trait Implementations§
impl Freeze for WTF8
impl RefUnwindSafe for WTF8
impl Send for WTF8
impl Sync for WTF8
impl Unpin for WTF8
impl UnwindSafe for WTF8
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more