pub enum EdgeId {
String(String),
}
Expand description
Possibility
A Possibility
is a data structure that holds a commit record in one
of the three states listed in Commit Record State: waiting,
complete, or aborted. The lifetime of the Possiblity is assigned
upon it’s creation.
TODO:
Variants§
Trait Implementations§
impl Eq for EdgeId
impl StructuralPartialEq for EdgeId
Auto Trait Implementations§
impl Freeze for EdgeId
impl RefUnwindSafe for EdgeId
impl Send for EdgeId
impl Sync for EdgeId
impl Unpin for EdgeId
impl UnwindSafe for EdgeId
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