pub struct StringEncoderExt {
pub encoding: String,
}Expand description
Extended string encoder/decoder.
Fields§
§encoding: StringEncoding type label.
Implementations§
Auto Trait Implementations§
impl Freeze for StringEncoderExt
impl RefUnwindSafe for StringEncoderExt
impl Send for StringEncoderExt
impl Sync for StringEncoderExt
impl Unpin for StringEncoderExt
impl UnsafeUnpin for StringEncoderExt
impl UnwindSafe for StringEncoderExt
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