Struct google_cloudtrace1::Traces
[−]
[src]
pub struct Traces {
pub traces: Option<Vec<Trace>>,
}List of new or updated traces.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- patch traces projects (request)
Fields
traces: Option<Vec<Trace>>
List of traces.
Trait Implementations
impl Debug for Traces[src]
impl Clone for Traces[src]
fn clone(&self) -> Traces
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more