pub enum DeletionProtectionCheck {
AccountDefault,
Apply,
Bypass,
}Variants§
Trait Implementations§
Source§impl Clone for DeletionProtectionCheck
impl Clone for DeletionProtectionCheck
Source§fn clone(&self) -> DeletionProtectionCheck
fn clone(&self) -> DeletionProtectionCheck
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 DeletionProtectionCheck
impl Debug for DeletionProtectionCheck
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 UnsafeUnpin for DeletionProtectionCheck
impl UnwindSafe for DeletionProtectionCheck
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