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