pub enum ClickPipePatchMySQLSourceAuthentication {
Basic,
IAM_ROLE,
Unknown(String),
}Expand description
Inline enum for ClickPipePatchMySQLSource.authentication.
Variants§
Trait Implementations§
Source§impl Clone for ClickPipePatchMySQLSourceAuthentication
impl Clone for ClickPipePatchMySQLSourceAuthentication
Source§fn clone(&self) -> ClickPipePatchMySQLSourceAuthentication
fn clone(&self) -> ClickPipePatchMySQLSourceAuthentication
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 Default for ClickPipePatchMySQLSourceAuthentication
impl Default for ClickPipePatchMySQLSourceAuthentication
Source§fn default() -> ClickPipePatchMySQLSourceAuthentication
fn default() -> ClickPipePatchMySQLSourceAuthentication
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClickPipePatchMySQLSourceAuthentication
impl<'de> Deserialize<'de> for ClickPipePatchMySQLSourceAuthentication
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 ClickPipePatchMySQLSourceAuthentication
impl PartialEq for ClickPipePatchMySQLSourceAuthentication
Source§fn eq(&self, other: &ClickPipePatchMySQLSourceAuthentication) -> bool
fn eq(&self, other: &ClickPipePatchMySQLSourceAuthentication) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClickPipePatchMySQLSourceAuthentication
Auto Trait Implementations§
impl Freeze for ClickPipePatchMySQLSourceAuthentication
impl RefUnwindSafe for ClickPipePatchMySQLSourceAuthentication
impl Send for ClickPipePatchMySQLSourceAuthentication
impl Sync for ClickPipePatchMySQLSourceAuthentication
impl Unpin for ClickPipePatchMySQLSourceAuthentication
impl UnsafeUnpin for ClickPipePatchMySQLSourceAuthentication
impl UnwindSafe for ClickPipePatchMySQLSourceAuthentication
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