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. Read more

impl Display for NotInSchema
[src]

Formats the value using the given formatter. Read more

impl Error for NotInSchema
[src]

This method is soft-deprecated. Read more

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

impl From<NotInSchema> for Error
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for NotInSchema

impl Sync for NotInSchema