pub enum IntelligentTieringStatus {
Enabled,
Disabled,
}Variants§
Trait Implementations§
Source§impl From<IntelligentTieringStatus> for String
impl From<IntelligentTieringStatus> for String
Source§fn from(value: IntelligentTieringStatus) -> String
fn from(value: IntelligentTieringStatus) -> String
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for IntelligentTieringStatus
impl RefUnwindSafe for IntelligentTieringStatus
impl Send for IntelligentTieringStatus
impl Sync for IntelligentTieringStatus
impl Unpin for IntelligentTieringStatus
impl UnwindSafe for IntelligentTieringStatus
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