pub enum HivelocityUndeployInput {
BareMetal {
device_id: u64,
},
Compute {
device_id: u64,
},
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HivelocityUndeployInput
impl RefUnwindSafe for HivelocityUndeployInput
impl Send for HivelocityUndeployInput
impl Sync for HivelocityUndeployInput
impl Unpin for HivelocityUndeployInput
impl UnwindSafe for HivelocityUndeployInput
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