pub struct Reader<T: UnPadder, U: LineRecordSpecRecognizer, V: Borrow<HashMap<String, RecordSpec>>> { /* private fields */ }Implementations§
Source§impl<T: UnPadder, U: LineRecordSpecRecognizer, V: Borrow<HashMap<String, RecordSpec>>> Reader<T, U, V>
impl<T: UnPadder, U: LineRecordSpecRecognizer, V: Borrow<HashMap<String, RecordSpec>>> Reader<T, U, V>
Auto Trait Implementations§
impl<T, U, V> Freeze for Reader<T, U, V>
impl<T, U, V> RefUnwindSafe for Reader<T, U, V>
impl<T, U, V> Send for Reader<T, U, V>
impl<T, U, V> Sync for Reader<T, U, V>
impl<T, U, V> Unpin for Reader<T, U, V>
impl<T, U, V> UnsafeUnpin for Reader<T, U, V>
impl<T, U, V> UnwindSafe for Reader<T, U, V>
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