Struct juniper::RuleError [−][src]
pub struct RuleError { /* fields omitted */ }Query validation error
Methods
impl RuleError[src]
impl RuleErrorpub fn message(&self) -> &str[src]
pub fn message(&self) -> &strAccess the message for a validation error
pub fn locations(&self) -> &[SourcePosition][src]
pub fn locations(&self) -> &[SourcePosition]Access the positions of the validation error
All validation errors contain at least one source position, but some validators supply extra context through multiple positions.
Trait Implementations
impl Debug for RuleError[src]
impl Debug for RuleErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for RuleError[src]
impl PartialEq for RuleErrorfn eq(&self, other: &RuleError) -> bool[src]
fn eq(&self, other: &RuleError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &RuleError) -> bool[src]
fn ne(&self, other: &RuleError) -> boolThis method tests for !=.
impl Eq for RuleError[src]
impl Eq for RuleErrorimpl PartialOrd for RuleError[src]
impl PartialOrd for RuleErrorfn partial_cmp(&self, other: &RuleError) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &RuleError) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &RuleError) -> bool[src]
fn lt(&self, other: &RuleError) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &RuleError) -> bool[src]
fn le(&self, other: &RuleError) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &RuleError) -> bool[src]
fn gt(&self, other: &RuleError) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &RuleError) -> bool[src]
fn ge(&self, other: &RuleError) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Ord for RuleError[src]
impl Ord for RuleErrorfn cmp(&self, other: &RuleError) -> Ordering[src]
fn cmp(&self, other: &RuleError) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more
impl Serialize for RuleError[src]
impl Serialize for RuleError