Struct gmime::ContentDisposition[]

pub struct ContentDisposition(_, _);
[]

A data structure representing a Content-Disposition.

Implements

ContentDispositionExt

Methods

impl ContentDisposition
[src]
[]

[]

Creates a new ContentDisposition object.

Returns

a new ContentDisposition object.

[]

Parses the input string into a ContentDisposition object.

options

a ParserOptions or None

str

Content-Disposition field value

Returns

a new ContentDisposition object.

Trait Implementations

impl Clone for ContentDisposition
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for ContentDisposition
[+]

[]

Formats the value using the given formatter. Read more

impl Hash for ContentDisposition
[+]

[]

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

[]

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

impl StaticType for ContentDisposition
[+]

[]

Returns the type identifier of Self.

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

[]

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

[]

This method tests for !=.

impl Eq for ContentDisposition

impl IsA<Object> for ContentDisposition

impl Default for ContentDisposition
[src]
[+]

[]

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

Auto Trait Implementations

impl !Send for ContentDisposition

impl !Sync for ContentDisposition