pub struct CharsetConverterBuilder { /* private fields */ }
Implementations§
Source§impl CharsetConverterBuilder
impl CharsetConverterBuilder
pub fn new() -> Self
pub fn build(self) -> CharsetConverter
pub fn from_charset(self, from_charset: &str) -> Self
pub fn to_charset(self, to_charset: &str) -> Self
pub fn use_fallback(self, use_fallback: bool) -> Self
Auto Trait Implementations§
impl Freeze for CharsetConverterBuilder
impl RefUnwindSafe for CharsetConverterBuilder
impl Send for CharsetConverterBuilder
impl Sync for CharsetConverterBuilder
impl Unpin for CharsetConverterBuilder
impl UnwindSafe for CharsetConverterBuilder
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