pub enum Backups {
Unsaid,
Keep,
Delete,
}Expand description
What a storage’s delete does with the storage’s backups.
Variants§
Unsaid
No backups= is sent; the account’s default applies. Callers:
gunnar-upcloud (seed media), private-gunnar-ops.
Keep
?backups=keep. Caller: monetize-cloud-impl destroy.
Delete
?backups=delete.
Trait Implementations§
impl Copy for Backups
impl Eq for Backups
impl StructuralPartialEq for Backups
Auto Trait Implementations§
impl Freeze for Backups
impl RefUnwindSafe for Backups
impl Send for Backups
impl Sync for Backups
impl Unpin for Backups
impl UnsafeUnpin for Backups
impl UnwindSafe for Backups
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