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