pub enum TEncoding {
Utf8,
}
Expand description
The encoding of the input. Currently, only UTF-8 is supported.
Variants§
Utf8
UTF-8 encoding.
Trait Implementations§
impl Copy for TEncoding
impl Eq for TEncoding
impl StructuralPartialEq for TEncoding
Auto Trait Implementations§
impl Freeze for TEncoding
impl RefUnwindSafe for TEncoding
impl Send for TEncoding
impl Sync for TEncoding
impl Unpin for TEncoding
impl UnwindSafe for TEncoding
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)