Struct gio::CharsetConverterBuilder
source · [−]pub struct CharsetConverterBuilder { /* private fields */ }Implementations
sourceimpl 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 RefUnwindSafe for CharsetConverterBuilder
impl Send for CharsetConverterBuilder
impl Sync for CharsetConverterBuilder
impl Unpin for CharsetConverterBuilder
impl UnwindSafe for CharsetConverterBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more