Trait teo_sql_connector::exts::sort::SortExt
source · pub trait SortExt {
// Required methods
fn from_desc_bool(desc: bool) -> Sort;
fn from_mysql_str(s: &str) -> Option<Sort>;
fn from_str(s: &str) -> Option<Sort>;
fn to_str(&self) -> &'static str;
}Required Methods§
fn from_desc_bool(desc: bool) -> Sort
fn from_mysql_str(s: &str) -> Option<Sort>
fn from_str(s: &str) -> Option<Sort>
fn to_str(&self) -> &'static str
Object Safety§
This trait is not object safe.