Struct gmime::Filter[]

pub struct Filter(_, _);

Base class for filters used by StreamFilter.

Implements

FilterExt

Trait Implementations

impl Clone for Filter

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Filter

Formats the value using the given formatter. Read more

impl Hash for Filter

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl StaticType for Filter

Returns the type identifier of Self.

impl<T: IsA<Object>> PartialEq<T> for Filter

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

This method tests for !=.

impl Eq for Filter

impl IsA<Object> for Filter

impl IsA<Filter> for FilterBasic

impl IsA<Filter> for FilterBest

impl IsA<Filter> for FilterCharset

impl IsA<Filter> for FilterDos2Unix

impl IsA<Filter> for FilterEnriched

impl IsA<Filter> for FilterFrom

impl IsA<Filter> for FilterGZip

impl IsA<Filter> for FilterHTML

impl IsA<Filter> for FilterSmtpData

impl IsA<Filter> for FilterStrip

impl IsA<Filter> for FilterUnix2Dos

impl IsA<Filter> for FilterWindows

impl IsA<Filter> for FilterYenc

Auto Trait Implementations

impl !Send for Filter

impl !Sync for Filter