Struct mariadb_sys::Vers_history_point
source · #[repr(C)]pub struct Vers_history_point {
pub _base: vers_history_point_t,
}
Fields§
§_base: vers_history_point_t
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Vers_history_point
impl !Send for Vers_history_point
impl !Sync for Vers_history_point
impl Unpin for Vers_history_point
impl UnwindSafe for Vers_history_point
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