Enum edn::query::Limit
[−]
[src]
Variants
None
Fixed(u64)
Variable(Variable)
Trait Implementations
impl Clone for Limit
[src]
impl Clone for Limit
fn clone(&self) -> Limit
[src]
fn clone(&self) -> Limit
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for Limit
[src]
impl Debug for Limit
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for Limit
[src]
impl Eq for Limit
impl PartialEq for Limit
[src]
impl PartialEq for Limit