Struct gmime::FilterEnriched[]

pub struct FilterEnriched(_, _);

A filter for converting text/enriched or text/richtext textual streams into text/html.

Implements

FilterExt

Methods

impl FilterEnriched
[src]

Creates a new GMimeFilterEnriched object.

flags

flags

Returns

a new GMimeFilter object.

Trait Implementations

impl Clone for FilterEnriched

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FilterEnriched

Formats the value using the given formatter. Read more

impl Hash for FilterEnriched

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

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

impl StaticType for FilterEnriched

Returns the type identifier of Self.

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

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

This method tests for !=.

impl Eq for FilterEnriched

impl IsA<Filter> for FilterEnriched

impl IsA<Object> for FilterEnriched

Auto Trait Implementations

impl !Send for FilterEnriched

impl !Sync for FilterEnriched