Struct google_cloud_bigquery::http::job::LoggingInfo
source · pub struct LoggingInfo {
pub resource_type: Option<String>,
pub project_id: Option<String>,
}Fields§
§resource_type: Option<String>Output only. Resource type used for logging.
project_id: Option<String>Output only. Project ID where the Spark logs were written.
Trait Implementations§
source§impl Clone for LoggingInfo
impl Clone for LoggingInfo
source§fn clone(&self) -> LoggingInfo
fn clone(&self) -> LoggingInfo
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 moresource§impl Debug for LoggingInfo
impl Debug for LoggingInfo
source§impl Default for LoggingInfo
impl Default for LoggingInfo
source§fn default() -> LoggingInfo
fn default() -> LoggingInfo
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LoggingInfo
impl<'de> Deserialize<'de> for LoggingInfo
source§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
source§impl PartialEq for LoggingInfo
impl PartialEq for LoggingInfo
source§fn eq(&self, other: &LoggingInfo) -> bool
fn eq(&self, other: &LoggingInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for LoggingInfo
impl Serialize for LoggingInfo
impl StructuralPartialEq for LoggingInfo
Auto Trait Implementations§
impl Freeze for LoggingInfo
impl RefUnwindSafe for LoggingInfo
impl Send for LoggingInfo
impl Sync for LoggingInfo
impl Unpin for LoggingInfo
impl UnwindSafe for LoggingInfo
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request