Struct rslogic::state::Var [] [src]

pub struct Var { /* fields omitted */ }

Represents a logical variable. A variable must be created by calling State::make_var() before a goal is evaluated (by passing the resulting state to a goal).

Trait Implementations

impl Clone for Var
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Var
[src]