Enum shuttle_common::database::AwsRdsEngine
source · [−]pub enum AwsRdsEngine {
Postgres,
MySql,
MariaDB,
}Variants
Postgres
MySql
MariaDB
Trait Implementations
sourceimpl Clone for AwsRdsEngine
impl Clone for AwsRdsEngine
sourcefn clone(&self) -> AwsRdsEngine
fn clone(&self) -> AwsRdsEngine
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AwsRdsEngine
impl Debug for AwsRdsEngine
sourceimpl<'de> Deserialize<'de> for AwsRdsEngine
impl<'de> Deserialize<'de> for AwsRdsEngine
sourcefn 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
sourceimpl Display for AwsRdsEngine
impl Display for AwsRdsEngine
sourceimpl Serialize for AwsRdsEngine
impl Serialize for AwsRdsEngine
Auto Trait Implementations
impl RefUnwindSafe for AwsRdsEngine
impl Send for AwsRdsEngine
impl Sync for AwsRdsEngine
impl Unpin for AwsRdsEngine
impl UnwindSafe for AwsRdsEngine
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more