#[repr(C)]pub struct Lex_exact_charset_opt_extended_collate {
pub m_ci: *const charset_info_st,
pub m_with_collate: bool,
}
Fields§
§m_ci: *const charset_info_st
§m_with_collate: bool
Implementations§
source§impl Lex_exact_charset_opt_extended_collate
impl Lex_exact_charset_opt_extended_collate
pub unsafe fn find_bin_collation(&self) -> *const charset_info_st
pub unsafe fn find_compiled_default_collation(&self) -> *const charset_info_st
pub unsafe fn find_mapped_default_collation( &self, used: *mut Sql_used, map: *const Charset_collation_map_st ) -> *const charset_info_st
pub unsafe fn raise_if_charsets_differ( &self, cs: *const Lex_exact_charset ) -> bool
pub unsafe fn raise_if_not_applicable( &self, cl: *const Lex_exact_collation ) -> bool
pub unsafe fn merge_context_collation( &mut self, used: *mut Sql_used, map: *const Charset_collation_map_st, cl: *const Lex_context_collation ) -> bool
pub unsafe fn merge_context_collation_override( &mut self, used: *mut Sql_used, map: *const Charset_collation_map_st, cl: *const Lex_context_collation ) -> bool
pub unsafe fn merge_exact_collation( &mut self, cl: *const Lex_exact_collation ) -> bool
pub unsafe fn merge_exact_collation_override( &mut self, cl: *const Lex_exact_collation ) -> bool
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Lex_exact_charset_opt_extended_collate
impl !Send for Lex_exact_charset_opt_extended_collate
impl !Sync for Lex_exact_charset_opt_extended_collate
impl Unpin for Lex_exact_charset_opt_extended_collate
impl UnwindSafe for Lex_exact_charset_opt_extended_collate
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