pub struct MdlKey(/* private fields */);Expand description
Opaque MySQL MDL_key (metadata-lock key identifying a database object)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MdlKey
impl RefUnwindSafe for MdlKey
impl Send for MdlKey
impl Sync for MdlKey
impl Unpin for MdlKey
impl UnsafeUnpin for MdlKey
impl UnwindSafe for MdlKey
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