Struct reproto_core::CoreFlavor [] [src]

pub struct CoreFlavor;

Trait Implementations

impl Debug for CoreFlavor
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CoreFlavor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for CoreFlavor
[src]

[src]

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

impl Flavor for CoreFlavor
[src]

The type that this flavor serializes to.

The field that this flavor serializes to.

The endpoint that this flavor serializes to.

Auto Trait Implementations

impl Send for CoreFlavor

impl Sync for CoreFlavor