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