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

pub struct LimitNode { /* fields omitted */ }

Limits the number of results passed to other processing steps. Will appear once per LIMIT statement.

Methods

impl LimitNode
[src]

[src]

Trait Implementations

impl Debug for LimitNode
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for LimitNode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for LimitNode
[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 LimitNode

impl Sync for LimitNode