pub struct TextFxManifestFragment {Show 13 fields
pub package: String,
pub version: String,
pub route: Option<String>,
pub enabled: bool,
pub cache_key: String,
pub profile: TextFxPresetProfile,
pub emission: TextFxRuntimeEmission,
pub config_count: usize,
pub ids: Vec<String>,
pub labels: BTreeMap<String, String>,
pub tags: Vec<String>,
pub metrics: BTreeMap<String, u64>,
pub policies: BTreeMap<String, Value>,
}Fields§
§package: String§version: String§route: Option<String>§enabled: bool§cache_key: String§profile: TextFxPresetProfile§emission: TextFxRuntimeEmission§config_count: usize§ids: Vec<String>§labels: BTreeMap<String, String>§metrics: BTreeMap<String, u64>§policies: BTreeMap<String, Value>Trait Implementations§
Source§impl Clone for TextFxManifestFragment
impl Clone for TextFxManifestFragment
Source§fn clone(&self) -> TextFxManifestFragment
fn clone(&self) -> TextFxManifestFragment
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TextFxManifestFragment
impl Debug for TextFxManifestFragment
Source§impl<'de> Deserialize<'de> for TextFxManifestFragment
impl<'de> Deserialize<'de> for TextFxManifestFragment
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for TextFxManifestFragment
Source§impl PartialEq for TextFxManifestFragment
impl PartialEq for TextFxManifestFragment
Source§fn eq(&self, other: &TextFxManifestFragment) -> bool
fn eq(&self, other: &TextFxManifestFragment) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TextFxManifestFragment
impl Serialize for TextFxManifestFragment
impl StructuralPartialEq for TextFxManifestFragment
Auto Trait Implementations§
impl Freeze for TextFxManifestFragment
impl RefUnwindSafe for TextFxManifestFragment
impl Send for TextFxManifestFragment
impl Sync for TextFxManifestFragment
impl Unpin for TextFxManifestFragment
impl UnsafeUnpin for TextFxManifestFragment
impl UnwindSafe for TextFxManifestFragment
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