Enum encoding_rs::gb18030::Gb18030Pending
source · enum Gb18030Pending {
None,
One(u8),
Two(u8, u8),
Three(u8, u8, u8),
}
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for Gb18030Pending
impl RefUnwindSafe for Gb18030Pending
impl Send for Gb18030Pending
impl Sync for Gb18030Pending
impl Unpin for Gb18030Pending
impl UnwindSafe for Gb18030Pending
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