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