pub enum LicensedFeature {
RegulatedPolicies,
LongRetention,
ExternalKms,
ScittTransparency,
}Variants§
Trait Implementations§
Source§impl Clone for LicensedFeature
impl Clone for LicensedFeature
Source§fn clone(&self) -> LicensedFeature
fn clone(&self) -> LicensedFeature
Returns a duplicate 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 LicensedFeature
impl Debug for LicensedFeature
Source§impl Display for LicensedFeature
impl Display for LicensedFeature
impl Copy for LicensedFeature
Auto Trait Implementations§
impl Freeze for LicensedFeature
impl RefUnwindSafe for LicensedFeature
impl Send for LicensedFeature
impl Sync for LicensedFeature
impl Unpin for LicensedFeature
impl UnwindSafe for LicensedFeature
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