pub enum IntentSpecifier {
RootTransactionIntent(TransactionIntentHash),
RootSubintent(SubintentHash),
NonRootSubintent(SubintentIndex, SubintentHash),
}
Variants§
RootTransactionIntent(TransactionIntentHash)
RootSubintent(SubintentHash)
NonRootSubintent(SubintentIndex, SubintentHash)
Auto Trait Implementations§
impl Freeze for IntentSpecifier
impl RefUnwindSafe for IntentSpecifier
impl Send for IntentSpecifier
impl Sync for IntentSpecifier
impl Unpin for IntentSpecifier
impl UnwindSafe for IntentSpecifier
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