pub enum DeletionProtectionCheck {
AccountDefault,
Apply,
Bypass,
}Variants§
Trait Implementations§
Source§impl From<DeletionProtectionCheck> for String
impl From<DeletionProtectionCheck> for String
Source§fn from(value: DeletionProtectionCheck) -> Self
fn from(value: DeletionProtectionCheck) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DeletionProtectionCheck
impl RefUnwindSafe for DeletionProtectionCheck
impl Send for DeletionProtectionCheck
impl Sync for DeletionProtectionCheck
impl Unpin for DeletionProtectionCheck
impl UnwindSafe for DeletionProtectionCheck
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more