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