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