Skip to main content

Sortable

Trait Sortable 

Source
pub trait Sortable: ToString + Clonable {
    // Provided method
    fn to_sortable(&self) -> KeyType { ... }
}

Provided Methods§

Trait Implementations§

Source§

impl Clone for Box<dyn Sortable>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more

Implementors§