Struct symbolic_common::types::UnknownObjectClassError [−][src]
pub struct UnknownObjectClassError;
An error returned for unknown or invalid ObjectClasses.
Trait Implementations
impl Debug for UnknownObjectClassError[src]
impl Debug for UnknownObjectClassErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for UnknownObjectClassError[src]
impl Clone for UnknownObjectClassErrorfn clone(&self) -> UnknownObjectClassError[src]
fn clone(&self) -> UnknownObjectClassErrorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for UnknownObjectClassError[src]
impl Copy for UnknownObjectClassErrorAuto Trait Implementations
impl Send for UnknownObjectClassError
impl Send for UnknownObjectClassErrorimpl Sync for UnknownObjectClassError
impl Sync for UnknownObjectClassError