Struct clamav::ClamError[][src]

pub struct ClamError { /* fields omitted */ }

An error indicating a clam failure.

Methods

impl ClamError
[src]

Trait Implementations

impl Clone for ClamError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ClamError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ClamError
[src]

impl Display for ClamError
[src]

Formats the value using the given formatter. Read more

impl Debug for ClamError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ClamError

impl Sync for ClamError