Struct gmime::ParamList[]

pub struct ParamList(_, _);
[]

A list of Content-Type or Content-Disposition parameters.

Implements

ParamListExt

Methods

impl ParamList
[src]
[]

[]

Creates a new Content-Type or Content-Disposition parameter list.

Returns

a new ParamList.

[]

Parses the input string into a parameter list.

options

a ParserOptions or None

str

a string to parse

Returns

a new ParamList.

Trait Implementations

impl Clone for ParamList
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for ParamList
[+]

[]

Formats the value using the given formatter. Read more

impl Hash for ParamList
[+]

[]

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

[]

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

impl StaticType for ParamList
[+]

[]

Returns the type identifier of Self.

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

[]

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

[]

This method tests for !=.

impl Eq for ParamList

impl IsA<Object> for ParamList

impl Default for ParamList
[src]
[+]

[]

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

Auto Trait Implementations

impl !Send for ParamList

impl !Sync for ParamList