[][src]Enum inkwell::values::AggregateValueEnum

pub enum AggregateValueEnum {
    ArrayValue(ArrayValue),
    StructValue(StructValue),
}

Variants

ArrayValue(ArrayValue)StructValue(StructValue)

Methods

impl AggregateValueEnum[src]

pub fn as_array_value(&self) -> &ArrayValue[src]

pub fn as_struct_value(&self) -> &StructValue[src]

impl AggregateValueEnum[src]

pub fn into_array_value(self) -> ArrayValue[src]

pub fn into_struct_value(self) -> StructValue[src]

impl AggregateValueEnum[src]

pub fn is_array_value(&self) -> bool[src]

pub fn is_struct_value(&self) -> bool[src]

Trait Implementations

impl AggregateValue for AggregateValueEnum[src]

impl BasicValue for AggregateValueEnum[src]

impl AnyValue for AggregateValueEnum[src]

impl Eq for AggregateValueEnum[src]

impl Clone for AggregateValueEnum[src]

impl PartialEq<AggregateValueEnum> for AggregateValueEnum[src]

impl PartialEq<ArrayValue> for AggregateValueEnum[src]

impl PartialEq<AggregateValueEnum> for ArrayValue[src]

impl PartialEq<StructValue> for AggregateValueEnum[src]

impl PartialEq<AggregateValueEnum> for StructValue[src]

impl From<ArrayValue> for AggregateValueEnum[src]

impl From<StructValue> for AggregateValueEnum[src]

impl Copy for AggregateValueEnum[src]

impl Hash for AggregateValueEnum[src]

impl Debug for AggregateValueEnum[src]

Auto Trait Implementations

impl !Sync for AggregateValueEnum

impl !Send for AggregateValueEnum

impl Unpin for AggregateValueEnum

impl UnwindSafe for AggregateValueEnum

impl RefUnwindSafe for AggregateValueEnum

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]