// This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at https://mozilla.org/MPL/2.0/.
usecrate::metrics::PingType;
/// Glean-provided pings, all enabled by default. /// /// These pings are defined in `glean-core/pings.yaml` and for now manually translated into Rust code. /// This might get auto-generated when the Rust API lands ([Bug 1579146](https://bugzilla.mozilla.org/show_bug.cgi?id=1579146)). /// /// They are parsed and registered by the platform-specific wrappers, but might be used Glean-internal directly. #[derive(Debug, Clone)] pubstruct InternalPings { pub baseline: PingType, pub metrics: PingType, pub events: PingType, pub deletion_request: PingType,
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.