Struct gmime::FilterSmtpData[]

pub struct FilterSmtpData(_, _);

A filter to byte-stuff SMTP DATA.

Implements

FilterExt

Methods

impl FilterSmtpData
[src]

Creates a new FilterSmtpData filter.

Returns

a new FilterSmtpData filter.

Trait Implementations

impl Clone for FilterSmtpData

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FilterSmtpData

Formats the value using the given formatter. Read more

impl Hash for FilterSmtpData

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

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

impl StaticType for FilterSmtpData

Returns the type identifier of Self.

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

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

This method tests for !=.

impl Eq for FilterSmtpData

impl IsA<Filter> for FilterSmtpData

impl IsA<Object> for FilterSmtpData

impl Default for FilterSmtpData
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for FilterSmtpData

impl !Sync for FilterSmtpData