pub enum FeedbackStatus {
Applied,
}Expand description
Result of accepted feedback.
Variants§
Applied
Feedback was accepted and the decision moved to completed state.
Trait Implementations§
Source§impl Clone for FeedbackStatus
impl Clone for FeedbackStatus
Source§fn clone(&self) -> FeedbackStatus
fn clone(&self) -> FeedbackStatus
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 FeedbackStatus
Source§impl Debug for FeedbackStatus
impl Debug for FeedbackStatus
impl Eq for FeedbackStatus
Source§impl PartialEq for FeedbackStatus
impl PartialEq for FeedbackStatus
impl StructuralPartialEq for FeedbackStatus
Auto Trait Implementations§
impl Freeze for FeedbackStatus
impl RefUnwindSafe for FeedbackStatus
impl Send for FeedbackStatus
impl Sync for FeedbackStatus
impl Unpin for FeedbackStatus
impl UnsafeUnpin for FeedbackStatus
impl UnwindSafe for FeedbackStatus
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