Struct reproto_core::Mime [] [src]

pub struct Mime(_);

Trait Implementations

impl Debug for Mime
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Mime
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Serialize for Mime
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl FromStr for Mime
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

impl Display for Mime
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Mime

impl Sync for Mime