Struct reproto_core::CoreFlavor
[−]
[src]
pub struct CoreFlavor;
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 Flavor for CoreFlavor
[src]
type Type = RpType
The type that this flavor serializes to.
type Field = RpField<CoreFlavor>
The field that this flavor serializes to.
type Endpoint = RpEndpoint<CoreFlavor>
The endpoint that this flavor serializes to.