Struct gluon_vm::api::Data [] [src]

pub struct Data<'a>(_);

Methods

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

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

This method tests for !=.

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

Formats the value using the given formatter.