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