Struct mysqlclient_sys::embedded_query_result
source · #[repr(C)]pub struct embedded_query_result(/* private fields */);
Trait Implementations§
source§impl Clone for embedded_query_result
impl Clone for embedded_query_result
source§fn clone(&self) -> embedded_query_result
fn clone(&self) -> embedded_query_result
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for embedded_query_result
impl Debug for embedded_query_result
impl Copy for embedded_query_result
Auto Trait Implementations§
impl Freeze for embedded_query_result
impl RefUnwindSafe for embedded_query_result
impl Send for embedded_query_result
impl Sync for embedded_query_result
impl Unpin for embedded_query_result
impl UnwindSafe for embedded_query_result
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