pub enum FollowupOutcome {
Approved,
NeedsChanges,
Deferred,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for FollowupOutcome
impl Clone for FollowupOutcome
Source§fn clone(&self) -> FollowupOutcome
fn clone(&self) -> FollowupOutcome
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 FollowupOutcome
impl Debug for FollowupOutcome
Source§impl Default for FollowupOutcome
impl Default for FollowupOutcome
Source§impl<'de> Deserialize<'de> for FollowupOutcome
impl<'de> Deserialize<'de> for FollowupOutcome
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 FollowupOutcome
impl PartialEq for FollowupOutcome
Source§impl Serialize for FollowupOutcome
impl Serialize for FollowupOutcome
impl Eq for FollowupOutcome
impl StructuralPartialEq for FollowupOutcome
Auto Trait Implementations§
impl Freeze for FollowupOutcome
impl RefUnwindSafe for FollowupOutcome
impl Send for FollowupOutcome
impl Sync for FollowupOutcome
impl Unpin for FollowupOutcome
impl UnwindSafe for FollowupOutcome
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