pub struct DescribeQuery {
pub table_name: String,
}Fields§
§table_name: StringAuto Trait Implementations§
impl Freeze for DescribeQuery
impl RefUnwindSafe for DescribeQuery
impl Send for DescribeQuery
impl Sync for DescribeQuery
impl Unpin for DescribeQuery
impl UnwindSafe for DescribeQuery
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