pub enum JobProvisioningStateProperty {
Failed,
Succeeded,
Suspended,
Processing,
UnknownValue(String),
}Expand description
The provisioning state of the resource.
Variants§
Implementations§
Source§impl JobProvisioningStateProperty
impl JobProvisioningStateProperty
pub fn serialize<__S>(
__self: &JobProvisioningStateProperty,
__serializer: __S,
) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
Source§impl<'de> JobProvisioningStateProperty
impl<'de> JobProvisioningStateProperty
pub fn deserialize<__D>(
__deserializer: __D,
) -> Result<JobProvisioningStateProperty, __D::Error>where
__D: Deserializer<'de>,
Trait Implementations§
Source§impl Clone for JobProvisioningStateProperty
impl Clone for JobProvisioningStateProperty
Source§fn clone(&self) -> JobProvisioningStateProperty
fn clone(&self) -> JobProvisioningStateProperty
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for JobProvisioningStateProperty
impl Debug for JobProvisioningStateProperty
Source§impl<'de> Deserialize<'de> for JobProvisioningStateProperty
impl<'de> Deserialize<'de> for JobProvisioningStateProperty
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for JobProvisioningStateProperty
impl PartialEq for JobProvisioningStateProperty
Source§fn eq(&self, other: &JobProvisioningStateProperty) -> bool
fn eq(&self, other: &JobProvisioningStateProperty) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for JobProvisioningStateProperty
Auto Trait Implementations§
impl Freeze for JobProvisioningStateProperty
impl RefUnwindSafe for JobProvisioningStateProperty
impl Send for JobProvisioningStateProperty
impl Sync for JobProvisioningStateProperty
impl Unpin for JobProvisioningStateProperty
impl UnwindSafe for JobProvisioningStateProperty
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