pub struct ClickPipeSchemaDiscoveryField {
pub name: Option<String>,
pub type: Option<String>,
pub optional: Option<bool>,
}Expand description
ClickPipeSchemaDiscoveryField from the ClickHouse Cloud API.
Fields§
§name: Option<String>§type: Option<String>§optional: Option<bool>Trait Implementations§
Source§impl Clone for ClickPipeSchemaDiscoveryField
impl Clone for ClickPipeSchemaDiscoveryField
Source§fn clone(&self) -> ClickPipeSchemaDiscoveryField
fn clone(&self) -> ClickPipeSchemaDiscoveryField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ClickPipeSchemaDiscoveryField
impl Default for ClickPipeSchemaDiscoveryField
Source§fn default() -> ClickPipeSchemaDiscoveryField
fn default() -> ClickPipeSchemaDiscoveryField
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClickPipeSchemaDiscoveryField
impl<'de> Deserialize<'de> for ClickPipeSchemaDiscoveryField
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
impl StructuralPartialEq for ClickPipeSchemaDiscoveryField
Auto Trait Implementations§
impl Freeze for ClickPipeSchemaDiscoveryField
impl RefUnwindSafe for ClickPipeSchemaDiscoveryField
impl Send for ClickPipeSchemaDiscoveryField
impl Sync for ClickPipeSchemaDiscoveryField
impl Unpin for ClickPipeSchemaDiscoveryField
impl UnsafeUnpin for ClickPipeSchemaDiscoveryField
impl UnwindSafe for ClickPipeSchemaDiscoveryField
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