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]
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.