Enum cdrs::frame::frame_result::ColTypeOptionValue [] [src]

pub enum ColTypeOptionValue {
    CString(CString),
    ColType(ColType),
    CSet(Box<ColTypeOption>),
    CList(Box<ColTypeOption>),
    UdtType(CUdt),
    CMap((Box<ColTypeOption>, Box<ColTypeOption>)),
}

Enum that represents all possible types of value of ColTypeOption.

Variants

Trait Implementations

impl Debug for ColTypeOptionValue
[src]

Formats the value using the given formatter.

impl Clone for ColTypeOptionValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more