pub struct SqlShow(pub SqlIdent);Expand description
SHOW var
Tuple Fields§
§0: SqlIdentAuto Trait Implementations§
impl Freeze for SqlShow
impl RefUnwindSafe for SqlShow
impl Send for SqlShow
impl Sync for SqlShow
impl Unpin for SqlShow
impl UnwindSafe for SqlShow
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