Struct zoom_api::types::TrackingField [−][src]
pub struct TrackingField {
pub field: String,
pub recommended_values: Vec<String>,
pub required: bool,
pub visible: bool,
}Expand description
Tracking Field
Fields
field: StringTracking Field
recommended_values: Vec<String>Tracking Field
required: boolTracking Field
visible: boolTracking Field
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for TrackingField
impl Send for TrackingField
impl Sync for TrackingField
impl Unpin for TrackingField
impl UnwindSafe for TrackingField
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more