Struct gmime::MultipartEncrypted[]

pub struct MultipartEncrypted(_, _);
[]

A multipart/encrypted MIME part.

Implements

MultipartEncryptedExt, MultipartExt, ObjectExt

Methods

impl MultipartEncrypted
[src]
[]

[]

Creates a new MIME multipart/encrypted object.

Returns

an empty MIME multipart/encrypted object.

Trait Implementations

impl Clone for MultipartEncrypted
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for MultipartEncrypted
[+]

[]

Formats the value using the given formatter. Read more

impl Hash for MultipartEncrypted
[+]

[]

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

[]

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

impl StaticType for MultipartEncrypted
[+]

[]

Returns the type identifier of Self.

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

[]

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

[]

This method tests for !=.

impl Eq for MultipartEncrypted

impl IsA<Multipart> for MultipartEncrypted

impl IsA<Object> for MultipartEncrypted

impl IsA<Object> for MultipartEncrypted

impl Default for MultipartEncrypted
[src]
[+]

[]

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

Auto Trait Implementations

impl !Send for MultipartEncrypted

impl !Sync for MultipartEncrypted