pub struct ForkMarker {
pub marker: String,
}Expand description
Explicit marker that state belongs to, or is attempting to enter, a forked lineage.
Fields§
§marker: StringStable marker value from the metadata source that found it.
Implementations§
Trait Implementations§
Source§impl Clone for ForkMarker
impl Clone for ForkMarker
Source§fn clone(&self) -> ForkMarker
fn clone(&self) -> ForkMarker
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 moreSource§impl Debug for ForkMarker
impl Debug for ForkMarker
Source§impl PartialEq for ForkMarker
impl PartialEq for ForkMarker
Source§fn eq(&self, other: &ForkMarker) -> bool
fn eq(&self, other: &ForkMarker) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ForkMarker
impl StructuralPartialEq for ForkMarker
Auto Trait Implementations§
impl Freeze for ForkMarker
impl RefUnwindSafe for ForkMarker
impl Send for ForkMarker
impl Sync for ForkMarker
impl Unpin for ForkMarker
impl UnsafeUnpin for ForkMarker
impl UnwindSafe for ForkMarker
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