Struct sindra::scope::memory::SymbolMemory [] [src]

pub struct SymbolMemory<Sym, Val> { /* fields omitted */ }

Symbol and associated memory (if exists) structure.

Trait Implementations

impl<Sym: Debug, Val: Debug> Debug for SymbolMemory<Sym, Val>
[src]

[src]

Formats the value using the given formatter.

impl<Sym: Clone, Val: Clone> Clone for SymbolMemory<Sym, Val>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<Sym: PartialEq, Val: PartialEq> PartialEq for SymbolMemory<Sym, Val>
[src]

[src]

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

[src]

This method tests for !=.

impl<Sym: Display, Val: Display> Display for SymbolMemory<Sym, Val>
[src]

[src]

Formats the value using the given formatter. Read more