Struct jlrs::value::typemap_level::TypeMapLevel[][src]

#[repr(transparent)]pub struct TypeMapLevel<'frame>(_, _);

One level in a TypeMap tree Indexed by key if it is a sublevel in an array

Implementations

impl<'frame> TypeMapLevel<'frame>[src]

pub fn arg1(self) -> Array<'frame, 'static>[src]

The arg1 field.

pub fn targ(self) -> Array<'frame, 'static>[src]

The targ field.

pub fn linear(self) -> TypeMapEntry<'frame>[src]

The linear field.

pub fn any(self) -> Value<'frame, 'static>[src]

The any field.

pub fn as_value(self) -> Value<'frame, 'static>[src]

Convert self to a Value.

Trait Implementations

impl<'frame, 'data> Cast<'frame, 'data> for TypeMapLevel<'frame>[src]

type Output = Self

impl<'frame> Clone for TypeMapLevel<'frame>[src]

impl<'frame> Copy for TypeMapLevel<'frame>[src]

impl<'scope> Debug for TypeMapLevel<'scope>[src]

impl<'frame> Eq for TypeMapLevel<'frame>[src]

impl<'frame> Hash for TypeMapLevel<'frame>[src]

impl<'frame> Into<Value<'frame, 'static>> for TypeMapLevel<'frame>[src]

impl<'frame> JuliaType for TypeMapLevel<'frame>[src]

impl<'frame> JuliaTypecheck for TypeMapLevel<'frame>[src]

impl<'frame> PartialEq<TypeMapLevel<'frame>> for TypeMapLevel<'frame>[src]

impl<'frame> StructuralEq for TypeMapLevel<'frame>[src]

impl<'frame> StructuralPartialEq for TypeMapLevel<'frame>[src]

impl<'frame> ValidLayout for TypeMapLevel<'frame>[src]

Auto Trait Implementations

impl<'frame> RefUnwindSafe for TypeMapLevel<'frame>

impl<'frame> !Send for TypeMapLevel<'frame>

impl<'frame> !Sync for TypeMapLevel<'frame>

impl<'frame> Unpin for TypeMapLevel<'frame>

impl<'frame> UnwindSafe for TypeMapLevel<'frame>

Blanket Implementations

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

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

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

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

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, 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.