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