pub struct FilterFrom(_, _);
A filter for armoring or escaping lines beginning with "From ".
FilterExt
Creates a new GMimeFilterFrom filter. If mode
is
FilterFromMode::Armor
, the from-filter will encode from
lines using the quoted-printable encoding resulting in "=46rom ".
Using the FilterFromMode::Default
or
FilterFromMode::Escape
mode (they are the same), from lines
will be escaped to ">From ".
Note: If you plan on using a from-filter in mode ARMOR, you should
remember to also use a FilterBasic
filter with an encoding of
ContentEncoding::Quotedprintable
.
filter mode
a new from filter with mode mode
.
Performs copy-assignment from source
. Read more
Formats the value using the given formatter. Read more
Feeds this value into the given [Hasher
]. Read more
Feeds a slice of this type into the given [Hasher
]. Read more
Returns the type identifier of Self
.
[−]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
[−]
This method tests for !=
.