pub enum ReplayImplementationStatus {
Implemented,
ReleaseBlocker,
}Expand description
ReplayImplementationStatus
Variants§
Trait Implementations§
Source§impl Clone for ReplayImplementationStatus
impl Clone for ReplayImplementationStatus
Source§fn clone(&self) -> ReplayImplementationStatus
fn clone(&self) -> ReplayImplementationStatus
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 ReplayImplementationStatus
Source§impl Debug for ReplayImplementationStatus
impl Debug for ReplayImplementationStatus
impl Eq for ReplayImplementationStatus
Source§impl PartialEq for ReplayImplementationStatus
impl PartialEq for ReplayImplementationStatus
Source§fn eq(&self, other: &ReplayImplementationStatus) -> bool
fn eq(&self, other: &ReplayImplementationStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReplayImplementationStatus
Auto Trait Implementations§
impl Freeze for ReplayImplementationStatus
impl RefUnwindSafe for ReplayImplementationStatus
impl Send for ReplayImplementationStatus
impl Sync for ReplayImplementationStatus
impl Unpin for ReplayImplementationStatus
impl UnsafeUnpin for ReplayImplementationStatus
impl UnwindSafe for ReplayImplementationStatus
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