pub struct ReaderOpenInfo(/* private fields */);Expand description
This structure gather the information needed to create a reader object.
Implementations§
Source§impl ReaderOpenInfo
This structure gather the information needed to create a reader object.
impl ReaderOpenInfo
This structure gather the information needed to create a reader object.
pub fn new(stream: &InputStream) -> Self
pub fn get_stream(&self) -> InputStream
Trait Implementations§
Source§impl Clone for ReaderOpenInfo
impl Clone for ReaderOpenInfo
Source§fn clone(&self) -> ReaderOpenInfo
fn clone(&self) -> ReaderOpenInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ReaderOpenInfo
impl RefUnwindSafe for ReaderOpenInfo
impl Send for ReaderOpenInfo
impl Sync for ReaderOpenInfo
impl Unpin for ReaderOpenInfo
impl UnsafeUnpin for ReaderOpenInfo
impl UnwindSafe for ReaderOpenInfo
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