pub struct IndexConstraintOption {
pub key_block_size: Option<Box<Expression>>,
pub using: Option<Box<Expression>>,
pub parser: Option<Box<Expression>>,
pub comment: Option<Box<Expression>>,
pub visible: Option<Box<Expression>>,
pub engine_attr: Option<Box<Expression>>,
pub secondary_engine_attr: Option<Box<Expression>>,
}Expand description
IndexConstraintOption
Fields§
§key_block_size: Option<Box<Expression>>§using: Option<Box<Expression>>§parser: Option<Box<Expression>>§comment: Option<Box<Expression>>§visible: Option<Box<Expression>>§engine_attr: Option<Box<Expression>>§secondary_engine_attr: Option<Box<Expression>>Trait Implementations§
Source§impl Clone for IndexConstraintOption
impl Clone for IndexConstraintOption
Source§fn clone(&self) -> IndexConstraintOption
fn clone(&self) -> IndexConstraintOption
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IndexConstraintOption
impl Debug for IndexConstraintOption
Source§impl<'de> Deserialize<'de> for IndexConstraintOption
impl<'de> Deserialize<'de> for IndexConstraintOption
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for IndexConstraintOption
impl PartialEq for IndexConstraintOption
Source§impl Serialize for IndexConstraintOption
impl Serialize for IndexConstraintOption
impl StructuralPartialEq for IndexConstraintOption
Auto Trait Implementations§
impl Freeze for IndexConstraintOption
impl RefUnwindSafe for IndexConstraintOption
impl Send for IndexConstraintOption
impl Sync for IndexConstraintOption
impl Unpin for IndexConstraintOption
impl UnwindSafe for IndexConstraintOption
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