pub enum StorageKind {
Normal,
Backup,
Cdrom,
Template,
}Expand description
UpCloud’s storage kinds. Normal is a disk, Backup is what a resize (and a
backup rule) leaves behind, Cdrom is an installer medium, Template is a
public image.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for StorageKind
impl Clone for StorageKind
impl Copy for StorageKind
Source§impl Debug for StorageKind
impl Debug for StorageKind
impl Eq for StorageKind
Source§impl PartialEq for StorageKind
impl PartialEq for StorageKind
impl StructuralPartialEq for StorageKind
Auto Trait Implementations§
impl Freeze for StorageKind
impl RefUnwindSafe for StorageKind
impl Send for StorageKind
impl Sync for StorageKind
impl Unpin for StorageKind
impl UnsafeUnpin for StorageKind
impl UnwindSafe for StorageKind
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