Struct capnp::NotInSchema [] [src]

pub struct NotInSchema(pub u16);

An enum value or union discriminant that was not found among those defined in a schema.

Trait Implementations

impl Debug for NotInSchema
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for NotInSchema
[src]

impl Clone for NotInSchema
[src]

fn clone(&self) -> NotInSchema

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl PartialEq for NotInSchema
[src]

fn eq(&self, __arg_0: &NotInSchema) -> bool

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

fn ne(&self, __arg_0: &NotInSchema) -> bool

This method tests for !=.

impl Display for NotInSchema
[src]

fn fmt(&self, fmt: &mut Formatter) -> Result<()Error>

Formats the value using the given formatter.

impl Error for NotInSchema
[src]

fn description<'a>(&'a self) -> &'a str

A short description of the error. Read more

fn cause(&self) -> Option<&Error>
1.0.0

The lower-level cause of this error, if any. Read more