CastType

Enum CastType 

Source
#[doc(hidden)] pub enum CastType {
    Prefix,
    Suffix,
}

Variants§

§

Prefix

§

Suffix

Trait Implementations§

Source§

impl Clone for CastType

Source§

fn clone(&self) -> CastType

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
Source§

impl Copy for CastType

Source§

impl TrivialClone for CastType