pub struct TextMapListSynDataset { /* private fields */ }Implementations§
Source§impl TextMapListSynDataset
impl TextMapListSynDataset
pub fn new( dataset: Arc<TextMapListDataset>, comm: Sender<UpdateTextMapList>, ) -> Self
pub fn empty() -> Self
pub fn insert(&self, key: LogString, data: Vec<LogString>)
pub fn remove(&self, key: LogString)
pub fn update(&self, data: TextMapListDataset)
pub fn get(&self, key: &str) -> Option<&Vec<LogString>>
Trait Implementations§
Source§impl Clone for TextMapListSynDataset
impl Clone for TextMapListSynDataset
Source§fn clone(&self) -> TextMapListSynDataset
fn clone(&self) -> TextMapListSynDataset
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TextMapListSynDataset
impl Debug for TextMapListSynDataset
Source§impl<'a> TryFrom<&'a SiemDataset> for &'a TextMapListSynDataset
impl<'a> TryFrom<&'a SiemDataset> for &'a TextMapListSynDataset
Source§impl TryFrom<SiemDataset> for TextMapListSynDataset
impl TryFrom<SiemDataset> for TextMapListSynDataset
Auto Trait Implementations§
impl Freeze for TextMapListSynDataset
impl RefUnwindSafe for TextMapListSynDataset
impl Send for TextMapListSynDataset
impl Sync for TextMapListSynDataset
impl Unpin for TextMapListSynDataset
impl UnwindSafe for TextMapListSynDataset
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