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