pub struct ReplayCommandKindLabel(/* private fields */);Expand description
ReplayCommandKindLabel
Static manifest-owned replay command kind label.
Runtime replay storage still uses model::replay::CommandKind.
Implementations§
Trait Implementations§
Source§impl Clone for ReplayCommandKindLabel
impl Clone for ReplayCommandKindLabel
Source§fn clone(&self) -> ReplayCommandKindLabel
fn clone(&self) -> ReplayCommandKindLabel
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 ReplayCommandKindLabel
Source§impl Debug for ReplayCommandKindLabel
impl Debug for ReplayCommandKindLabel
impl Eq for ReplayCommandKindLabel
Source§impl PartialEq for ReplayCommandKindLabel
impl PartialEq for ReplayCommandKindLabel
Source§fn eq(&self, other: &ReplayCommandKindLabel) -> bool
fn eq(&self, other: &ReplayCommandKindLabel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReplayCommandKindLabel
Auto Trait Implementations§
impl Freeze for ReplayCommandKindLabel
impl RefUnwindSafe for ReplayCommandKindLabel
impl Send for ReplayCommandKindLabel
impl Sync for ReplayCommandKindLabel
impl Unpin for ReplayCommandKindLabel
impl UnsafeUnpin for ReplayCommandKindLabel
impl UnwindSafe for ReplayCommandKindLabel
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