pub enum SourceIdentity {
Inferred,
Borne,
}Expand description
How a source’s identity relates to omgbase block identity.
Variants§
Inferred
Anonymous bytes; the reconciler infers continuity.
Borne
Stable per-member ids upstream (no adapter exists; §9).
Implementations§
Trait Implementations§
Source§impl Clone for SourceIdentity
impl Clone for SourceIdentity
impl Copy for SourceIdentity
Source§impl Debug for SourceIdentity
impl Debug for SourceIdentity
impl Eq for SourceIdentity
Source§impl PartialEq for SourceIdentity
impl PartialEq for SourceIdentity
impl StructuralPartialEq for SourceIdentity
Auto Trait Implementations§
impl Freeze for SourceIdentity
impl RefUnwindSafe for SourceIdentity
impl Send for SourceIdentity
impl Sync for SourceIdentity
impl Unpin for SourceIdentity
impl UnsafeUnpin for SourceIdentity
impl UnwindSafe for SourceIdentity
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.