pub(super) enum RecordingActionOutcome {
StartAccepted,
StartRejected,
StopAccepted,
StopRejected,
}Variants§
Trait Implementations§
Source§impl Clone for RecordingActionOutcome
impl Clone for RecordingActionOutcome
Source§fn clone(&self) -> RecordingActionOutcome
fn clone(&self) -> RecordingActionOutcome
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 RecordingActionOutcome
impl Debug for RecordingActionOutcome
Source§impl MetricLabel for RecordingActionOutcome
impl MetricLabel for RecordingActionOutcome
Source§impl PartialEq for RecordingActionOutcome
impl PartialEq for RecordingActionOutcome
impl Copy for RecordingActionOutcome
impl Eq for RecordingActionOutcome
impl StructuralPartialEq for RecordingActionOutcome
Auto Trait Implementations§
impl Freeze for RecordingActionOutcome
impl RefUnwindSafe for RecordingActionOutcome
impl Send for RecordingActionOutcome
impl Sync for RecordingActionOutcome
impl Unpin for RecordingActionOutcome
impl UnsafeUnpin for RecordingActionOutcome
impl UnwindSafe for RecordingActionOutcome
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