Enum kodama::kodama_method[][src]

#[repr(C)]
pub enum kodama_method { Single, Complete, Average, Weighted, Ward, Centroid, Median, }

Variants

Trait Implementations

impl Clone for kodama_method
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for kodama_method
[src]

impl Debug for kodama_method
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations