Struct fac::build::RuleRef [] [src]

pub struct RuleRef(_);

A reference to a Rule

Trait Implementations

impl PartialEq for RuleRef
[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 RuleRef
[src]

impl Hash for RuleRef
[src]

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

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

impl Copy for RuleRef
[src]

impl Clone for RuleRef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RuleRef
[src]

Formats the value using the given formatter.

impl Send for RuleRef
[src]

impl Fits64 for RuleRef
[src]

Convert back from a u64. This is unsafe, since it is only infallible (and lossless) if the u64 originally came from type Self. Read more

Convert to a u64. This should be infallible.

verify that the conversion is lossless