pub struct ShowVariable {
pub variable: Vec<Ident>,
}
Expand description
SHOW
Note: this is a PostgreSQL-specific statement.
Fields§
§variable: Vec<Ident>
Trait Implementations§
Source§impl Clone for ShowVariable
impl Clone for ShowVariable
Source§fn clone(&self) -> ShowVariable
fn clone(&self) -> ShowVariable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ShowVariable
impl Debug for ShowVariable
Source§impl Display for ShowVariable
impl Display for ShowVariable
Source§impl Hash for ShowVariable
impl Hash for ShowVariable
Source§impl PartialEq for ShowVariable
impl PartialEq for ShowVariable
impl Eq for ShowVariable
impl StructuralPartialEq for ShowVariable
Auto Trait Implementations§
impl Freeze for ShowVariable
impl RefUnwindSafe for ShowVariable
impl Send for ShowVariable
impl Sync for ShowVariable
impl Unpin for ShowVariable
impl UnwindSafe for ShowVariable
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