pub enum UpdateTextMapList {
Add((LogString, Vec<LogString>)),
Remove(LogString),
Replace(TextMapListDataset),
}Variants§
Trait Implementations§
Source§impl Debug for UpdateTextMapList
impl Debug for UpdateTextMapList
Auto Trait Implementations§
impl Freeze for UpdateTextMapList
impl RefUnwindSafe for UpdateTextMapList
impl Send for UpdateTextMapList
impl Sync for UpdateTextMapList
impl Unpin for UpdateTextMapList
impl UnwindSafe for UpdateTextMapList
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