Struct downcast::TypeMismatch
[−]
[src]
pub struct TypeMismatch { /* fields omitted */ }Methods
impl TypeMismatch[src]
impl TypeMismatchTrait Implementations
impl Debug for TypeMismatch[src]
impl Debug for TypeMismatchfn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for TypeMismatch[src]
impl Clone for TypeMismatchfn clone(&self) -> TypeMismatch[src]
fn clone(&self) -> TypeMismatchReturns 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 TypeMismatch[src]
impl Copy for TypeMismatchimpl Display for TypeMismatch[src]
impl Display for TypeMismatchfn fmt(&self, fmt: &mut Formatter) -> Result[src]
fn fmt(&self, fmt: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for TypeMismatch[src]
impl Error for TypeMismatchAuto Trait Implementations
impl Send for TypeMismatch
impl Send for TypeMismatchimpl Sync for TypeMismatch
impl Sync for TypeMismatch