pub struct SortPlan {
pub keys: Vec<SortKey>,
}
Expand description
Sort plan
Fields§
§keys: Vec<SortKey>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SortPlan
impl<'de> Deserialize<'de> for SortPlan
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
Auto Trait Implementations§
impl Freeze for SortPlan
impl RefUnwindSafe for SortPlan
impl Send for SortPlan
impl Sync for SortPlan
impl Unpin for SortPlan
impl UnwindSafe for SortPlan
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