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