Enum ai_kit::pedigree::RenderType
[−]
[src]
pub enum RenderType { Full, Pedigree, }
Variants
Full
Pedigree
Trait Implementations
impl Clone for RenderType
[src]
fn clone(&self) -> RenderType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more