pub struct KeyPart {
pub type: KeyPartType,
pub order: Option<OrderType>,
}
Expand description
parse key_part: {col_name [(length)] | (expr)} [ASC | DESC]
Fields§
§type: KeyPartType
§order: Option<OrderType>
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for KeyPart
impl<'de> Deserialize<'de> for KeyPart
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
impl Eq for KeyPart
impl StructuralPartialEq for KeyPart
Auto Trait Implementations§
impl Freeze for KeyPart
impl RefUnwindSafe for KeyPart
impl Send for KeyPart
impl Sync for KeyPart
impl Unpin for KeyPart
impl UnwindSafe for KeyPart
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