Enum dyon::runtime::Side[][src]

pub enum Side {
    LeftInsert(bool),
    Right,
}

Which side an expression is evaluated.

Variants

Whether to insert key in object when missing.

Trait Implementations

impl Debug for Side
[src]

Formats the value using the given formatter. Read more

impl Clone for Side
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Side
[src]

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

Auto Trait Implementations

impl Send for Side

impl Sync for Side