Struct symbolic_common::types::UnknownObjectClassError[][src]

pub struct UnknownObjectClassError;

An error returned for unknown or invalid ObjectClasses.

Trait Implementations

impl Debug for UnknownObjectClassError
[src]

Formats the value using the given formatter. Read more

impl Clone for UnknownObjectClassError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for UnknownObjectClassError
[src]

Auto Trait Implementations