Struct gmime::FilterHTML[]

pub struct FilterHTML(_, _);
[]

A filter for converting text/plain into text/html.

Implements

FilterExt

Methods

impl FilterHTML
[src]
[]

[]

Creates a new GMimeFilterHTML filter which can be used to convert a plain UTF-8 text stream into an html stream.

flags

html flags

colour

citation colour

Returns

a new html filter.

Trait Implementations

impl Clone for FilterHTML
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for FilterHTML
[+]

[]

Formats the value using the given formatter. Read more

impl Hash for FilterHTML
[+]

[]

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

[]

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

impl StaticType for FilterHTML
[+]

[]

Returns the type identifier of Self.

impl<T: IsA<Object>> PartialEq<T> for FilterHTML
[+]

[]

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

[]

This method tests for !=.

impl Eq for FilterHTML

impl IsA<Filter> for FilterHTML

impl IsA<Object> for FilterHTML

Auto Trait Implementations

impl !Send for FilterHTML

impl !Sync for FilterHTML