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