Struct mariadb_sys::Arg_comparator
source · #[repr(C)]pub struct Arg_comparator { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Arg_comparator
impl Send for Arg_comparator
impl Sync for Arg_comparator
impl Unpin for Arg_comparator
impl UnwindSafe for Arg_comparator
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