Struct jlens::Node [] [src]

pub struct Node { /* fields omitted */ }

Trait Implementations

impl Clone for Node
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Node
[src]

impl Selector for Node
[src]

Select matching nodes Read more

Select current node if it is a Json::Boolean

Select current node if it is a Json::U64

Select current node if it is a Json::I64

Select current node if it is a Json::F64

Select current node if it is a Json::String

Select current node if it is a Json::Object

Select current node if it is a Json::Array

Select current node if it is a Json::Null

Select list element Read more

Select object value for key Read more

Select children of current node Read more

Select parent of current node Read more

Select descendents of current node Read more

Select ancestors of current node Read more

Select current node based on filter Read more

Select union of two selectors Read more

Select intersection of two selectors Read more

Select symmetric difference of two selectors Read more

Select logical-and of two selectors Read more

Select logical-or of two selectors Read more