Struct ares::Procedure [] [src]

pub struct Procedure {
    pub bodies: Rc<Vec<Value>>,
    // some fields omitted
}

Fields

Methods

impl Procedure
[src]

Trait Implementations

impl Clone for Procedure
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Procedure
[src]

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

This method tests for !=.

impl Eq for Procedure
[src]

impl Debug for Procedure
[src]

Formats the value using the given formatter.

impl Hash for Procedure
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more