pub struct DescribeStatement {
pub table: String,
}Fields§
§table: StringTrait Implementations§
Source§impl Clone for DescribeStatement
impl Clone for DescribeStatement
Source§fn clone(&self) -> DescribeStatement
fn clone(&self) -> DescribeStatement
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 moreAuto Trait Implementations§
impl Freeze for DescribeStatement
impl RefUnwindSafe for DescribeStatement
impl Send for DescribeStatement
impl Sync for DescribeStatement
impl Unpin for DescribeStatement
impl UnsafeUnpin for DescribeStatement
impl UnwindSafe for DescribeStatement
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