Struct reproto_core::CoreFlavor [] [src]

pub struct CoreFlavor;

The first flavor where packages are fully qualified.

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 PartialEq for CoreFlavor
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for CoreFlavor
[src]

impl Hash for CoreFlavor
[src]

[src]

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

1.3.0
[src]

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

impl Flavor for CoreFlavor
[src]

The type that this flavor serializes to.

The local field name.

The field that this flavor serializes to.

The endpoint that this flavor serializes to.

The package type.

Enum type.

Auto Trait Implementations

impl Send for CoreFlavor

impl Sync for CoreFlavor