Struct rutie::rubysys::value::Value[][src]

#[repr(C)]
pub struct Value { pub value: InternalValue, }

Fields

Methods

impl Value
[src]

Trait Implementations

impl From<Value> for AnyObject
[src]

Performs the conversion.

impl Into<Value> for AnyObject
[src]

Performs the conversion.

impl From<Value> for AnyException
[src]

Performs the conversion.

impl Into<Value> for AnyException
[src]

Performs the conversion.

impl From<Value> for Array
[src]

Performs the conversion.

impl Into<Value> for Array
[src]

Performs the conversion.

impl From<Value> for Binding
[src]

Performs the conversion.

impl Into<Value> for Binding
[src]

Performs the conversion.

impl From<Value> for Boolean
[src]

Performs the conversion.

impl Into<Value> for Boolean
[src]

Performs the conversion.

impl From<Value> for Class
[src]

Performs the conversion.

impl Into<Value> for Class
[src]

Performs the conversion.

impl From<Value> for Encoding
[src]

Performs the conversion.

impl Into<Value> for Encoding
[src]

Performs the conversion.

impl From<Value> for Enumerator
[src]

Performs the conversion.

impl Into<Value> for Enumerator
[src]

Performs the conversion.

impl From<Value> for Fixnum
[src]

Performs the conversion.

impl Into<Value> for Fixnum
[src]

Performs the conversion.

impl From<Value> for Float
[src]

Performs the conversion.

impl Into<Value> for Float
[src]

Performs the conversion.

impl From<Value> for Hash
[src]

Performs the conversion.

impl Into<Value> for Hash
[src]

Performs the conversion.

impl From<Value> for Integer
[src]

Performs the conversion.

impl Into<Value> for Integer
[src]

Performs the conversion.

impl From<Value> for Module
[src]

Performs the conversion.

impl Into<Value> for Module
[src]

Performs the conversion.

impl From<Value> for NilClass
[src]

Performs the conversion.

impl Into<Value> for NilClass
[src]

Performs the conversion.

impl From<Value> for Proc
[src]

Performs the conversion.

impl Into<Value> for Proc
[src]

Performs the conversion.

impl From<Value> for RString
[src]

Performs the conversion.

impl Into<Value> for RString
[src]

Performs the conversion.

impl From<Value> for Thread
[src]

Performs the conversion.

impl Into<Value> for Thread
[src]

Performs the conversion.

impl From<Value> for Symbol
[src]

Performs the conversion.

impl Into<Value> for Symbol
[src]

Performs the conversion.

impl Copy for Value
[src]

impl Clone for Value
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Value
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Value
[src]

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

This method tests for !=.

impl From<InternalValue> for Value
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Value

impl Sync for Value