pub struct InputFactory { /* private fields */ }Implementations§
Source§impl InputFactory
impl InputFactory
pub fn new( user_streaming_transports: Option<Vec<Box<dyn StreamingTransport>>>, compression: bool, ) -> InputFactory
pub fn create_previewer(&self, input: Option<&Location>) -> Result<BufPreviewer>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InputFactory
impl !RefUnwindSafe for InputFactory
impl Send for InputFactory
impl !Sync for InputFactory
impl Unpin for InputFactory
impl !UnwindSafe for InputFactory
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