pub enum QValue {
Empty,
Value(String),
}
Variants§
Trait Implementations§
impl StructuralPartialEq for QValue
Auto Trait Implementations§
impl Freeze for QValue
impl RefUnwindSafe for QValue
impl Send for QValue
impl Sync for QValue
impl Unpin for QValue
impl UnwindSafe for QValue
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