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