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