pub enum QText {
Str(String),
ListStr(Vec<String>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QText
impl RefUnwindSafe for QText
impl Send for QText
impl Sync for QText
impl Unpin for QText
impl UnwindSafe for QText
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