Struct ceramic_config::Metrics
source · pub struct Metrics {
pub enabled: bool,
pub host: String,
}Fields§
§enabled: bool§host: StringTrait Implementations§
source§impl<'de> Deserialize<'de> for Metrics
impl<'de> Deserialize<'de> for Metrics
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
source§impl FromWasmAbi for Metrics
impl FromWasmAbi for Metrics
source§impl IntoWasmAbi for Metrics
impl IntoWasmAbi for Metrics
source§impl LongRefFromWasmAbi for Metrics
impl LongRefFromWasmAbi for Metrics
source§impl OptionFromWasmAbi for Metrics
impl OptionFromWasmAbi for Metrics
source§impl OptionIntoWasmAbi for Metrics
impl OptionIntoWasmAbi for Metrics
source§impl RefFromWasmAbi for Metrics
impl RefFromWasmAbi for Metrics
source§impl RefMutFromWasmAbi for Metrics
impl RefMutFromWasmAbi for Metrics
Auto Trait Implementations§
impl RefUnwindSafe for Metrics
impl Send for Metrics
impl Sync for Metrics
impl Unpin for Metrics
impl UnwindSafe for Metrics
Blanket Implementations§
source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abisource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.