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