Enum shuttle_common::database::AwsRdsEngine
source · pub enum AwsRdsEngine {
Postgres,
MySql,
MariaDB,
}
Variants§
Trait Implementations§
source§impl Clone for AwsRdsEngine
impl Clone for AwsRdsEngine
source§fn clone(&self) -> AwsRdsEngine
fn clone(&self) -> AwsRdsEngine
Returns a copy of the value. Read more
1.0.0 · 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 AwsRdsEngine
impl Debug for AwsRdsEngine
source§impl<'de> Deserialize<'de> for AwsRdsEngine
impl<'de> Deserialize<'de> for AwsRdsEngine
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 Display for AwsRdsEngine
impl Display for AwsRdsEngine
source§impl FromStr for AwsRdsEngine
impl FromStr for AwsRdsEngine
source§impl PartialEq for AwsRdsEngine
impl PartialEq for AwsRdsEngine
source§fn eq(&self, other: &AwsRdsEngine) -> bool
fn eq(&self, other: &AwsRdsEngine) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for AwsRdsEngine
impl Serialize for AwsRdsEngine
source§impl TryFrom<&str> for AwsRdsEngine
impl TryFrom<&str> for AwsRdsEngine
impl Copy for AwsRdsEngine
impl Eq for AwsRdsEngine
impl StructuralPartialEq for AwsRdsEngine
Auto Trait Implementations§
impl Freeze for AwsRdsEngine
impl RefUnwindSafe for AwsRdsEngine
impl Send for AwsRdsEngine
impl Sync for AwsRdsEngine
impl Unpin for AwsRdsEngine
impl UnwindSafe for AwsRdsEngine
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