Struct rincon_client::aql::types::SingletonNode [] [src]

pub struct SingletonNode { /* fields omitted */ }

The purpose of a SingletonNode is to produce an empty document that is used as input for other processing steps. Each execution plan will contain exactly one SingletonNode as its top node.

Methods

impl SingletonNode
[src]

[src]

Trait Implementations

impl Debug for SingletonNode
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SingletonNode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for SingletonNode
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for SingletonNode

impl Sync for SingletonNode