pub struct Iconv { /* private fields */ }Expand description
The representation of a iconv converter
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Iconv
impl RefUnwindSafe for Iconv
impl !Send for Iconv
impl !Sync for Iconv
impl Unpin for Iconv
impl UnwindSafe for Iconv
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