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]
fn eq(&self, __arg_0: &NotInSchema) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &NotInSchema) -> bool[src]
This method tests for !=.
impl Clone for NotInSchema[src]
fn clone(&self) -> NotInSchema[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for NotInSchema[src]
impl Debug for NotInSchema[src]
impl Display for NotInSchema[src]
fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>[src]
Formats the value using the given formatter. Read more