pub struct DdTable(/* private fields */);Expand description
Opaque MySQL data-dictionary dd::Table
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DdTable
impl RefUnwindSafe for DdTable
impl Send for DdTable
impl Sync for DdTable
impl Unpin for DdTable
impl UnsafeUnpin for DdTable
impl UnwindSafe for DdTable
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