Struct gluon_vm::Variants[][src]

pub struct Variants<'a>(_, _);

Methods

impl<'a> Variants<'a>
[src]

Creates a new Variants value which assumes that value is rooted for the lifetime of the value

Returns an instance of ValueRef which allows users to safely retrieve the interals of a value

Trait Implementations

impl<'a> StackPrimitive for Variants<'a>
[src]

impl<'a> Copy for Variants<'a>
[src]

impl<'a> Clone for Variants<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for Variants<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for Variants<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl<'a> Send for Variants<'a>

impl<'a> Sync for Variants<'a>