Struct reproto_core::CoreFlavor
[−]
[src]
pub struct CoreFlavor;
The first flavor where packages are fully qualified.
Trait Implementations
impl Debug for CoreFlavor[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for CoreFlavor[src]
fn clone(&self) -> CoreFlavor[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Default for CoreFlavor[src]
fn default() -> CoreFlavor[src]
Returns the "default value" for a type. Read more
impl PartialEq for CoreFlavor[src]
fn eq(&self, __arg_0: &CoreFlavor) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Eq for CoreFlavor[src]
impl Hash for CoreFlavor[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)[src]
Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more
impl Flavor for CoreFlavor[src]
type Type = RpType<CoreFlavor>
The type that this flavor serializes to.
type Name = RpName<CoreFlavor>
The local field name.
type Field = RpField<CoreFlavor>
The field that this flavor serializes to.
type Endpoint = RpEndpoint<CoreFlavor>
The endpoint that this flavor serializes to.
type Package = RpVersionedPackage
The package type.