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