pub struct GB18030;
Expand description
An implementation type for GB18030.
Can be used as a type parameter to GBEncoding
and `GBEncoder.’
(GB18030Decoder is shared by both.)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GB18030
impl RefUnwindSafe for GB18030
impl Send for GB18030
impl Sync for GB18030
impl Unpin for GB18030
impl UnwindSafe for GB18030
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