Struct mariadb_sys::DTCollation
source · #[repr(C)]pub struct DTCollation {
pub collation: *const charset_info_st,
pub derivation: Type,
pub repertoire: my_repertoire_t,
}
Expand description
“Declared Type Collation” A combination of collation and its derivation.
Fields§
§collation: *const charset_info_st
§derivation: Type
§repertoire: my_repertoire_t
Implementations§
source§impl DTCollation
impl DTCollation
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DTCollation
impl !Send for DTCollation
impl !Sync for DTCollation
impl Unpin for DTCollation
impl UnwindSafe for DTCollation
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