pub struct Stream<'a> {
pub entries: BTreeMap<ID, Entry>,
pub groups: Vec<Group>,
pub meta: &'a Meta,
}
Fields§
§entries: BTreeMap<ID, Entry>
§groups: Vec<Group>
§meta: &'a Meta
数据的元信息
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Stream<'a>
impl<'a> RefUnwindSafe for Stream<'a>
impl<'a> Send for Stream<'a>
impl<'a> Sync for Stream<'a>
impl<'a> Unpin for Stream<'a>
impl<'a> UnwindSafe for Stream<'a>
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