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