Struct mariadb_sys::USER_AUTH
source · #[repr(C)]pub struct USER_AUTH {
pub plugin: LEX_CSTRING,
pub auth_str: LEX_CSTRING,
pub pwtext: LEX_CSTRING,
pub next: *mut USER_AUTH,
}
Fields§
§plugin: LEX_CSTRING
§auth_str: LEX_CSTRING
§pwtext: LEX_CSTRING
§next: *mut USER_AUTH
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for USER_AUTH
impl !Send for USER_AUTH
impl !Sync for USER_AUTH
impl Unpin for USER_AUTH
impl UnwindSafe for USER_AUTH
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