pub struct GCharsetConverter { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for GCharsetConverter
impl !Sync for GCharsetConverter
impl !Unpin for GCharsetConverter
impl Freeze for GCharsetConverter
impl RefUnwindSafe for GCharsetConverter
impl UnsafeUnpin for GCharsetConverter
impl UnwindSafe for GCharsetConverter
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