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