pub struct CloudTraceConfiguration {
pub project_id: String,
}
Available on crate feature
opentelemetry
only.Expand description
Configuration for projects looking to use the Cloud Trace integration through trace-specific fields in a LogEntry.
Fields§
§project_id: String
Google-provided Project ID for prefixing and identifying collectecd traces.
Trait Implementations§
Source§impl Clone for CloudTraceConfiguration
impl Clone for CloudTraceConfiguration
Source§fn clone(&self) -> CloudTraceConfiguration
fn clone(&self) -> CloudTraceConfiguration
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for CloudTraceConfiguration
impl RefUnwindSafe for CloudTraceConfiguration
impl Send for CloudTraceConfiguration
impl Sync for CloudTraceConfiguration
impl Unpin for CloudTraceConfiguration
impl UnwindSafe for CloudTraceConfiguration
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more