pub enum ApprovalReviewEscalation {
ReviewerAsked,
ReviewDataUnavailable,
ReviewerUnavailable,
InvalidResponse,
}Variants§
Trait Implementations§
Source§impl Clone for ApprovalReviewEscalation
impl Clone for ApprovalReviewEscalation
Source§fn clone(&self) -> ApprovalReviewEscalation
fn clone(&self) -> ApprovalReviewEscalation
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 ApprovalReviewEscalation
Source§impl Debug for ApprovalReviewEscalation
impl Debug for ApprovalReviewEscalation
Source§impl<'de> Deserialize<'de> for ApprovalReviewEscalation
impl<'de> Deserialize<'de> for ApprovalReviewEscalation
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
impl Eq for ApprovalReviewEscalation
Source§impl PartialEq for ApprovalReviewEscalation
impl PartialEq for ApprovalReviewEscalation
Source§impl Serialize for ApprovalReviewEscalation
impl Serialize for ApprovalReviewEscalation
impl StructuralPartialEq for ApprovalReviewEscalation
Auto Trait Implementations§
impl Freeze for ApprovalReviewEscalation
impl RefUnwindSafe for ApprovalReviewEscalation
impl Send for ApprovalReviewEscalation
impl Sync for ApprovalReviewEscalation
impl Unpin for ApprovalReviewEscalation
impl UnsafeUnpin for ApprovalReviewEscalation
impl UnwindSafe for ApprovalReviewEscalation
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