Struct mariadb_sys::cmp_item
source · #[repr(C)]pub struct cmp_item { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for cmp_item
impl Send for cmp_item
impl Sync for cmp_item
impl Unpin for cmp_item
impl UnwindSafe for cmp_item
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