#[repr(u8)]pub enum FeatureId {
SessionRecovery = 1,
FedAuth = 2,
ColumnEncryption = 4,
GlobalTransactions = 5,
AzureSqlSupport = 8,
DataClassification = 9,
Utf8Support = 10,
AzureSqlDnsCaching = 11,
Terminator = 255,
}Expand description
Feature extension types.
Variants§
SessionRecovery = 1
Session recovery.
FedAuth = 2
Federated authentication.
ColumnEncryption = 4
Column encryption.
GlobalTransactions = 5
Global transactions.
AzureSqlSupport = 8
Azure SQL Support for DB.
DataClassification = 9
Data classification.
Utf8Support = 10
UTF-8 support.
AzureSqlDnsCaching = 11
Azure SQL DNS Caching.
Terminator = 255
Terminator.
Trait Implementations§
impl Copy for FeatureId
impl Eq for FeatureId
impl StructuralPartialEq for FeatureId
Auto Trait Implementations§
impl Freeze for FeatureId
impl RefUnwindSafe for FeatureId
impl Send for FeatureId
impl Sync for FeatureId
impl Unpin for FeatureId
impl UnwindSafe for FeatureId
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