Struct gmime::FilterStrip[]

pub struct FilterStrip(_, _);

A filter for stripping whitespace from the end of lines.

Implements

FilterExt

Methods

impl FilterStrip
[src]

Creates a new FilterStrip filter which will strip trailing whitespace from every line of input passed through the filter.

Returns

a new strip filter.

Trait Implementations

impl Clone for FilterStrip

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FilterStrip

Formats the value using the given formatter. Read more

impl Hash for FilterStrip

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

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

impl StaticType for FilterStrip

Returns the type identifier of Self.

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

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

This method tests for !=.

impl Eq for FilterStrip

impl IsA<Filter> for FilterStrip

impl IsA<Object> for FilterStrip

impl Default for FilterStrip
[src]

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

Auto Trait Implementations

impl !Send for FilterStrip

impl !Sync for FilterStrip