Struct mariadb_sys::Lex_context_collation
source · #[repr(C)]pub struct Lex_context_collation {
pub m_ci: *const charset_info_st,
}
Fields§
§m_ci: *const charset_info_st
Implementations§
source§impl Lex_context_collation
impl Lex_context_collation
pub unsafe fn raise_if_not_equal( &self, cl: *const Lex_context_collation ) -> bool
pub unsafe fn collation_name_for_show(&self) -> LEX_CSTRING
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Lex_context_collation
impl !Send for Lex_context_collation
impl !Sync for Lex_context_collation
impl Unpin for Lex_context_collation
impl UnwindSafe for Lex_context_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