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