pub struct LogList {
pub map_id_to_log: HashMap<Vec<u8>, Log>,
}Expand description
A downloaded log list.
Fields§
§map_id_to_log: HashMap<Vec<u8>, Log>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogList
impl RefUnwindSafe for LogList
impl Send for LogList
impl Sync for LogList
impl Unpin for LogList
impl UnsafeUnpin for LogList
impl UnwindSafe for LogList
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