pub enum AarPhaseRecordPhase {
Recon,
Plan,
Authorize,
Execute,
Verify,
Other(String),
}Expand description
AarPhaseRecordPhase enumeration.
Variants§
Recon
Plan
Authorize
Execute
Verify
Other(String)
A value the API introduced after this SDK was generated.
Implementations§
Trait Implementations§
Source§impl Clone for AarPhaseRecordPhase
impl Clone for AarPhaseRecordPhase
Source§fn clone(&self) -> AarPhaseRecordPhase
fn clone(&self) -> AarPhaseRecordPhase
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 moreSource§impl Debug for AarPhaseRecordPhase
impl Debug for AarPhaseRecordPhase
Source§impl Default for AarPhaseRecordPhase
impl Default for AarPhaseRecordPhase
Source§fn default() -> AarPhaseRecordPhase
fn default() -> AarPhaseRecordPhase
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AarPhaseRecordPhase
impl<'de> Deserialize<'de> for AarPhaseRecordPhase
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 Display for AarPhaseRecordPhase
impl Display for AarPhaseRecordPhase
impl Eq for AarPhaseRecordPhase
Source§impl From<&str> for AarPhaseRecordPhase
impl From<&str> for AarPhaseRecordPhase
Source§impl Hash for AarPhaseRecordPhase
impl Hash for AarPhaseRecordPhase
Source§impl PartialEq for AarPhaseRecordPhase
impl PartialEq for AarPhaseRecordPhase
Source§impl Serialize for AarPhaseRecordPhase
impl Serialize for AarPhaseRecordPhase
impl StructuralPartialEq for AarPhaseRecordPhase
Auto Trait Implementations§
impl Freeze for AarPhaseRecordPhase
impl RefUnwindSafe for AarPhaseRecordPhase
impl Send for AarPhaseRecordPhase
impl Sync for AarPhaseRecordPhase
impl Unpin for AarPhaseRecordPhase
impl UnsafeUnpin for AarPhaseRecordPhase
impl UnwindSafe for AarPhaseRecordPhase
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.