pub struct DdIndexElement(/* private fields */);Expand description
Opaque MySQL data-dictionary dd::Index_element (key part)
Implementations§
Source§impl DdIndexElement
impl DdIndexElement
Sourcepub fn column_ordinal(&self) -> u32
pub fn column_ordinal(&self) -> u32
1-based ordinal position of the underlying column in the table.
Sourcepub fn order(&self) -> IndexElementOrder
pub fn order(&self) -> IndexElementOrder
Sort order declared on this key part.
true for key parts the SE added that are not exposed via SQL.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DdIndexElement
impl RefUnwindSafe for DdIndexElement
impl Send for DdIndexElement
impl Sync for DdIndexElement
impl Unpin for DdIndexElement
impl UnsafeUnpin for DdIndexElement
impl UnwindSafe for DdIndexElement
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