Struct ruru::types::Value []

pub struct Value {
    pub value: usize,
}

Fields

Methods

impl Value

Trait Implementations

impl PartialEq<Value> for Value

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

This method tests for !=.

impl Copy for Value

impl Debug for Value

Formats the value using the given formatter.

impl Clone for Value

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<usize> for Value

Performs the conversion.