pub enum TenantMigrationService {
Database,
Search,
Storage,
}Expand description
Which service the migration is for
Variants§
Trait Implementations§
Source§impl Clone for TenantMigrationService
impl Clone for TenantMigrationService
Source§fn clone(&self) -> TenantMigrationService
fn clone(&self) -> TenantMigrationService
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 moreimpl Copy for TenantMigrationService
Source§impl Debug for TenantMigrationService
impl Debug for TenantMigrationService
Source§impl<'de> Deserialize<'de> for TenantMigrationService
impl<'de> Deserialize<'de> for TenantMigrationService
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 Eq for TenantMigrationService
Source§impl PartialEq for TenantMigrationService
impl PartialEq for TenantMigrationService
Source§impl Serialize for TenantMigrationService
impl Serialize for TenantMigrationService
impl StructuralPartialEq for TenantMigrationService
Auto Trait Implementations§
impl Freeze for TenantMigrationService
impl RefUnwindSafe for TenantMigrationService
impl Send for TenantMigrationService
impl Sync for TenantMigrationService
impl Unpin for TenantMigrationService
impl UnsafeUnpin for TenantMigrationService
impl UnwindSafe for TenantMigrationService
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