1 line
1.2 KiB
JavaScript
1 line
1.2 KiB
JavaScript
initSidebarItems({"enum":[["Ordering","An `Ordering` is the result of a comparison between two values."]],"fn":[["max","Compares and returns the maximum of two values."],["max_by","Returns the maximum of two values with respect to the specified comparison function."],["max_by_key","Returns the element that gives the maximum value from the specified function."],["min","Compares and returns the minimum of two values."],["min_by","Returns the minimum of two values with respect to the specified comparison function."],["min_by_key","Returns the element that gives the minimum value from the specified function."]],"macro":[["Eq","Derive macro generating an impl of the trait `Eq`."],["Ord","Derive macro generating an impl of the trait `Ord`."],["PartialEq","Derive macro generating an impl of the trait `PartialEq`."],["PartialOrd","Derive macro generating an impl of the trait `PartialOrd`."]],"struct":[["Reverse","A helper struct for reverse ordering."]],"trait":[["Eq","Trait for equality comparisons which are equivalence relations."],["Ord","Trait for types that form a total order."],["PartialEq","Trait for equality comparisons which are partial equivalence relations."],["PartialOrd","Trait for values that can be compared for a sort-order."]]}); |