pub struct SdiVector(/* private fields */);Expand description
Opaque MySQL sdi_vector_t (collection of SDI keys filled by sdi_get_keys)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SdiVector
impl RefUnwindSafe for SdiVector
impl Send for SdiVector
impl Sync for SdiVector
impl Unpin for SdiVector
impl UnsafeUnpin for SdiVector
impl UnwindSafe for SdiVector
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