Struct google_cloudtrace2::BatchWriteSpansRequest [−][src]
The request message for the BatchWriteSpans method.
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).
- traces batch write projects (request)
Fields
spans: Option<Vec<Span>>
A list of new spans. The span names must not match existing spans, or the results are undefined.
Trait Implementations
impl Default for BatchWriteSpansRequest[src]
impl Default for BatchWriteSpansRequestfn default() -> BatchWriteSpansRequest[src]
fn default() -> BatchWriteSpansRequestReturns the "default value" for a type. Read more
impl Clone for BatchWriteSpansRequest[src]
impl Clone for BatchWriteSpansRequestfn clone(&self) -> BatchWriteSpansRequest[src]
fn clone(&self) -> BatchWriteSpansRequestReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for BatchWriteSpansRequest[src]
impl Debug for BatchWriteSpansRequestfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl RequestValue for BatchWriteSpansRequest[src]
impl RequestValue for BatchWriteSpansRequestAuto Trait Implementations
impl Send for BatchWriteSpansRequest
impl Send for BatchWriteSpansRequestimpl Sync for BatchWriteSpansRequest
impl Sync for BatchWriteSpansRequest