pub enum ShowQuery {
System(String),
Base(String),
}Expand description
What to show detail for.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShowQuery
impl RefUnwindSafe for ShowQuery
impl Send for ShowQuery
impl Sync for ShowQuery
impl Unpin for ShowQuery
impl UnsafeUnpin for ShowQuery
impl UnwindSafe for ShowQuery
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