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