pub struct Schemata {
pub catalog_name: String,
pub schema_name: String,
pub schema_owner: Option<String>,
pub creation_time: String,
pub last_modified_time: String,
pub location: String,
}
Fields§
§catalog_name: String
The name of the project that contains the dataset
schema_name: String
The dataset’s name also referred to as the datasetId
schema_owner: Option<String>
The value is always NULL
creation_time: String
The dataset’s creation time
last_modified_time: String
The dataset’s last modified time
location: String
The dataset’s geographic location
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Schemata
impl<'de> Deserialize<'de> for Schemata
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
Auto Trait Implementations§
impl Freeze for Schemata
impl RefUnwindSafe for Schemata
impl Send for Schemata
impl Sync for Schemata
impl Unpin for Schemata
impl UnwindSafe for Schemata
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)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