pub struct CoreFlavor;
Expand description
The first flavor where packages are fully qualified.
Trait Implementations§
Source§impl Clone for CoreFlavor
impl Clone for CoreFlavor
Source§fn clone(&self) -> CoreFlavor
fn clone(&self) -> CoreFlavor
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CoreFlavor
impl Debug for CoreFlavor
Source§impl Default for CoreFlavor
impl Default for CoreFlavor
Source§fn default() -> CoreFlavor
fn default() -> CoreFlavor
Returns the “default value” for a type. Read more
Source§impl Flavor for CoreFlavor
impl Flavor for CoreFlavor
Source§type Type = RpType<CoreFlavor>
type Type = RpType<CoreFlavor>
The type that this flavor serializes to.
Source§type Field = RpField<CoreFlavor>
type Field = RpField<CoreFlavor>
The field that this flavor serializes to.
Source§type Endpoint = RpEndpoint<CoreFlavor>
type Endpoint = RpEndpoint<CoreFlavor>
The endpoint that this flavor serializes to.
Source§type Package = RpVersionedPackage
type Package = RpVersionedPackage
The package type.
Source§type EnumType = RpEnumType
type EnumType = RpEnumType
Enum type.
Source§impl Hash for CoreFlavor
impl Hash for CoreFlavor
Source§impl PartialEq for CoreFlavor
impl PartialEq for CoreFlavor
Source§impl Serialize for CoreFlavor
impl Serialize for CoreFlavor
impl Eq for CoreFlavor
impl StructuralPartialEq for CoreFlavor
Auto Trait Implementations§
impl Freeze for CoreFlavor
impl RefUnwindSafe for CoreFlavor
impl Send for CoreFlavor
impl Sync for CoreFlavor
impl Unpin for CoreFlavor
impl UnwindSafe for CoreFlavor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more