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.
pub struct NotInSchema(pub u16);
An enum value or union discriminant that was not found among those defined in a schema.
impl Display for NotInSchemaimpl Error for NotInSchemafn description<'a>(&'a self) -> &'a strfn cause(&self) -> Option<&Error>impl Debug for NotInSchemaimpl Copy for NotInSchemaimpl Clone for NotInSchemafn clone(&self) -> NotInSchemafn clone_from(&mut self, source: &Self)impl PartialEq for NotInSchemafn eq(&self, __arg_0: &NotInSchema) -> boolfn ne(&self, __arg_0: &NotInSchema) -> bool