pub enum Nls {
Utf8,
ShiftJis,
Gb18030,
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Nls
impl RefUnwindSafe for Nls
impl Send for Nls
impl Sync for Nls
impl Unpin for Nls
impl UnwindSafe for Nls
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