pub struct ClickPipePatchDestination {
pub columns: Vec<ClickPipeDestinationColumn>,
}Expand description
ClickPipePatchDestination from the ClickHouse Cloud API.
Fields§
§columns: Vec<ClickPipeDestinationColumn>Trait Implementations§
Source§impl Clone for ClickPipePatchDestination
impl Clone for ClickPipePatchDestination
Source§fn clone(&self) -> ClickPipePatchDestination
fn clone(&self) -> ClickPipePatchDestination
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 Debug for ClickPipePatchDestination
impl Debug for ClickPipePatchDestination
Source§impl Default for ClickPipePatchDestination
impl Default for ClickPipePatchDestination
Source§fn default() -> ClickPipePatchDestination
fn default() -> ClickPipePatchDestination
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClickPipePatchDestination
impl<'de> Deserialize<'de> for ClickPipePatchDestination
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 ClickPipePatchDestination
impl PartialEq for ClickPipePatchDestination
Source§fn eq(&self, other: &ClickPipePatchDestination) -> bool
fn eq(&self, other: &ClickPipePatchDestination) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClickPipePatchDestination
Auto Trait Implementations§
impl Freeze for ClickPipePatchDestination
impl RefUnwindSafe for ClickPipePatchDestination
impl Send for ClickPipePatchDestination
impl Sync for ClickPipePatchDestination
impl Unpin for ClickPipePatchDestination
impl UnsafeUnpin for ClickPipePatchDestination
impl UnwindSafe for ClickPipePatchDestination
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