Struct mariadb_sys::Type_collection
source · #[repr(C)]pub struct Type_collection {
pub vtable_: *const Type_collection__bindgen_vtable,
}
Fields§
§vtable_: *const Type_collection__bindgen_vtable
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Type_collection
impl !Send for Type_collection
impl !Sync for Type_collection
impl Unpin for Type_collection
impl UnwindSafe for Type_collection
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