pub enum PgHaType {
None,
Async,
Sync,
Unknown(String),
}Expand description
pgHaType enum from the ClickHouse Cloud API.
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PgHaType
impl<'de> Deserialize<'de> for PgHaType
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 PgHaType
Auto Trait Implementations§
impl Freeze for PgHaType
impl RefUnwindSafe for PgHaType
impl Send for PgHaType
impl Sync for PgHaType
impl Unpin for PgHaType
impl UnsafeUnpin for PgHaType
impl UnwindSafe for PgHaType
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