#[non_exhaustive]pub enum DeployReservationDeviceIdForm {
String,
Unmodeled,
}Expand description
Resource-reservation device allocation-ID item shape retained without coercion.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Trait Implementations§
Source§impl Clone for DeployReservationDeviceIdForm
impl Clone for DeployReservationDeviceIdForm
Source§fn clone(&self) -> DeployReservationDeviceIdForm
fn clone(&self) -> DeployReservationDeviceIdForm
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DeployReservationDeviceIdForm
impl Eq for DeployReservationDeviceIdForm
impl StructuralPartialEq for DeployReservationDeviceIdForm
Auto Trait Implementations§
impl Freeze for DeployReservationDeviceIdForm
impl RefUnwindSafe for DeployReservationDeviceIdForm
impl Send for DeployReservationDeviceIdForm
impl Sync for DeployReservationDeviceIdForm
impl Unpin for DeployReservationDeviceIdForm
impl UnsafeUnpin for DeployReservationDeviceIdForm
impl UnwindSafe for DeployReservationDeviceIdForm
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