pub enum TkDump {
Text {
value: String,
index: Index,
},
Mark {
value: String,
index: Index,
},
TagOn {
value: String,
index: Index,
},
TagOff {
value: String,
index: Index,
},
Image {
value: String,
index: Index,
},
Window {
value: String,
index: Index,
},
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TkDump
impl Send for TkDump
impl Sync for TkDump
impl Unpin for TkDump
impl UnwindSafe for TkDump
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