Struct gio::ConverterInputStreamBuilder
source · [−]pub struct ConverterInputStreamBuilder { /* private fields */ }Implementations
sourceimpl ConverterInputStreamBuilder
impl ConverterInputStreamBuilder
pub fn new() -> Self
pub fn build(self) -> ConverterInputStream
pub fn converter(self, converter: &Converter) -> Self
pub fn base_stream(self, base_stream: &InputStream) -> Self
pub fn close_base_stream(self, close_base_stream: bool) -> Self
Auto Trait Implementations
impl RefUnwindSafe for ConverterInputStreamBuilder
impl !Send for ConverterInputStreamBuilder
impl !Sync for ConverterInputStreamBuilder
impl Unpin for ConverterInputStreamBuilder
impl UnwindSafe for ConverterInputStreamBuilder
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