pub struct EnableMetadataStoreRequest {
pub fields: Option<Vec<MetadataColumnSchema>>,
}Fields§
§fields: Option<Vec<MetadataColumnSchema>>Trait Implementations§
Source§impl Clone for EnableMetadataStoreRequest
impl Clone for EnableMetadataStoreRequest
Source§fn clone(&self) -> EnableMetadataStoreRequest
fn clone(&self) -> EnableMetadataStoreRequest
Returns a duplicate 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 EnableMetadataStoreRequest
impl Debug for EnableMetadataStoreRequest
Source§impl Default for EnableMetadataStoreRequest
impl Default for EnableMetadataStoreRequest
Source§fn default() -> EnableMetadataStoreRequest
fn default() -> EnableMetadataStoreRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EnableMetadataStoreRequest
impl<'de> Deserialize<'de> for EnableMetadataStoreRequest
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 EnableMetadataStoreRequest
impl RefUnwindSafe for EnableMetadataStoreRequest
impl Send for EnableMetadataStoreRequest
impl Sync for EnableMetadataStoreRequest
impl Unpin for EnableMetadataStoreRequest
impl UnsafeUnpin for EnableMetadataStoreRequest
impl UnwindSafe for EnableMetadataStoreRequest
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