pub enum PrefixCaptureStatus {
Pending,
Ready,
Unavailable,
}Variants§
Pending
Ready
Cancellation, pressure, expiry, or an unsupported/overshot boundary. The untouched follower may proceed through ordinary cold admission.
Trait Implementations§
Source§impl Clone for PrefixCaptureStatus
impl Clone for PrefixCaptureStatus
Source§fn clone(&self) -> PrefixCaptureStatus
fn clone(&self) -> PrefixCaptureStatus
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 PrefixCaptureStatus
Source§impl Debug for PrefixCaptureStatus
impl Debug for PrefixCaptureStatus
impl Eq for PrefixCaptureStatus
Source§impl PartialEq for PrefixCaptureStatus
impl PartialEq for PrefixCaptureStatus
impl StructuralPartialEq for PrefixCaptureStatus
Auto Trait Implementations§
impl Freeze for PrefixCaptureStatus
impl RefUnwindSafe for PrefixCaptureStatus
impl Send for PrefixCaptureStatus
impl Sync for PrefixCaptureStatus
impl Unpin for PrefixCaptureStatus
impl UnsafeUnpin for PrefixCaptureStatus
impl UnwindSafe for PrefixCaptureStatus
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