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 Display for NotInSchema

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

impl Error for NotInSchema

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

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

Derived Implementations

impl Debug for NotInSchema

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

impl Copy for NotInSchema

impl Clone for NotInSchema

fn clone(&self) -> NotInSchema

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

impl PartialEq for NotInSchema

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

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