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