Struct rusoto_lambda::TracingConfigResponse [−][src]
Parent object of the tracing information associated with your Lambda function.
Fields
mode: Option<String>
The tracing mode associated with your Lambda function.
Trait Implementations
impl Default for TracingConfigResponse[src]
impl Default for TracingConfigResponsefn default() -> TracingConfigResponse[src]
fn default() -> TracingConfigResponseReturns the "default value" for a type. Read more
impl Debug for TracingConfigResponse[src]
impl Debug for TracingConfigResponsefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for TracingConfigResponse[src]
impl Clone for TracingConfigResponsefn clone(&self) -> TracingConfigResponse[src]
fn clone(&self) -> TracingConfigResponseReturns 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 PartialEq for TracingConfigResponse[src]
impl PartialEq for TracingConfigResponsefn eq(&self, other: &TracingConfigResponse) -> bool[src]
fn eq(&self, other: &TracingConfigResponse) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &TracingConfigResponse) -> bool[src]
fn ne(&self, other: &TracingConfigResponse) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for TracingConfigResponse
impl Send for TracingConfigResponseimpl Sync for TracingConfigResponse
impl Sync for TracingConfigResponse