Struct scylladb_parse::StreamInfo 
source · [−]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: Stringpos: usizerem: usizeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StreamInfo
impl Send for StreamInfo
impl Sync for StreamInfo
impl Unpin for StreamInfo
impl UnwindSafe for StreamInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more