#[non_exhaustive]pub enum ProjectDeployReservationDeviceOptionItemForm {
String,
Unmodeled,
}Expand description
Effective device-options list item form.
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 ProjectDeployReservationDeviceOptionItemForm
impl Clone for ProjectDeployReservationDeviceOptionItemForm
Source§fn clone(&self) -> ProjectDeployReservationDeviceOptionItemForm
fn clone(&self) -> ProjectDeployReservationDeviceOptionItemForm
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 ProjectDeployReservationDeviceOptionItemForm
impl Eq for ProjectDeployReservationDeviceOptionItemForm
impl StructuralPartialEq for ProjectDeployReservationDeviceOptionItemForm
Auto Trait Implementations§
impl Freeze for ProjectDeployReservationDeviceOptionItemForm
impl RefUnwindSafe for ProjectDeployReservationDeviceOptionItemForm
impl Send for ProjectDeployReservationDeviceOptionItemForm
impl Sync for ProjectDeployReservationDeviceOptionItemForm
impl Unpin for ProjectDeployReservationDeviceOptionItemForm
impl UnsafeUnpin for ProjectDeployReservationDeviceOptionItemForm
impl UnwindSafe for ProjectDeployReservationDeviceOptionItemForm
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