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