Struct gluon_vm::Variants [] [src]

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

Methods

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

[src]

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

[src]

[src]

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

Trait Implementations

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

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.