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 PartialEq for NotInSchema
[src]

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

This method tests for !=.

impl Clone for NotInSchema
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for NotInSchema
[src]

impl Debug for NotInSchema
[src]

Formats the value using the given formatter.

impl Display for NotInSchema
[src]

Formats the value using the given formatter.

impl Error for NotInSchema
[src]

A short description of the error. Read more

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