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