pub struct StreamInfo {
pub next_token: String,
pub pos: usize,
pub rem: usize,
pub ordered_tags: Vec<String>,
pub keyed_tags: HashMap<String, String>,
}
Fields§
§next_token: String
§pos: usize
§rem: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StreamInfo
impl RefUnwindSafe for StreamInfo
impl Send for StreamInfo
impl Sync for StreamInfo
impl Unpin for StreamInfo
impl UnwindSafe for StreamInfo
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