Struct mariadb_sys::View_creation_ctx
source · #[repr(C)]pub struct View_creation_ctx {
pub _base: Default_object_creation_ctx,
}
Expand description
View_creation_ctx – creation context of view objects.
Fields§
§_base: Default_object_creation_ctx
Implementations§
source§impl View_creation_ctx
impl View_creation_ctx
pub unsafe fn create(thd: *mut THD) -> *mut View_creation_ctx
pub unsafe fn create1( thd: *mut THD, view: *mut TABLE_LIST ) -> *mut View_creation_ctx
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for View_creation_ctx
impl !Send for View_creation_ctx
impl !Sync for View_creation_ctx
impl Unpin for View_creation_ctx
impl UnwindSafe for View_creation_ctx
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