Struct ql2::proto::Term [] [src]

pub struct Term { /* fields omitted */ }

Methods

impl Term
[src]

Trait Implementations

impl Clone for Term
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Term
[src]

Returns the "default value" for a type. Read more

impl Sync for Term
[src]

impl Message for Term
[src]

impl MessageStatic for Term
[src]

impl Clear for Term
[src]

impl PartialEq for Term
[src]

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

This method tests for !=.

impl Debug for Term
[src]

Formats the value using the given formatter.

impl Info for Term
[src]

impl IsDatum for Term
[src]

impl IsEmpty for Term
[src]

impl Encode for Term
[src]

impl ToTerm for Term
[src]

impl From<BTreeMap<String, Term>> for Term
[src]

Performs the conversion.

impl From<Vec<Term>> for Term
[src]

Performs the conversion.

impl FromTerm for Term
[src]