pub struct ObserveCreation<N> {
pub nonce: N,
}Expand description
Ask the local interpreter to return the committed result of the same-action
creation at nonce through the behavior’s CreationEvent lane.
Fields§
§nonce: NImplementations§
Source§impl<N> ObserveCreation<N>
impl<N> ObserveCreation<N>
Trait Implementations§
Source§impl<N: Clone> Clone for ObserveCreation<N>
impl<N: Clone> Clone for ObserveCreation<N>
Source§fn clone(&self) -> ObserveCreation<N>
fn clone(&self) -> ObserveCreation<N>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<N: Debug> Debug for ObserveCreation<N>
impl<N: Debug> Debug for ObserveCreation<N>
Source§impl<N: PartialEq> PartialEq for ObserveCreation<N>
impl<N: PartialEq> PartialEq for ObserveCreation<N>
Source§impl<C: Behavior> SendInput<ObserveCreation<<<C as Behavior>::Addr as Address>::Nonce>, Own> for ProxySends<C>
impl<C: Behavior> SendInput<ObserveCreation<<<C as Behavior>::Addr as Address>::Nonce>, Own> for ProxySends<C>
impl<N: Copy> Copy for ObserveCreation<N>
impl<N: Eq> Eq for ObserveCreation<N>
impl<N> StructuralPartialEq for ObserveCreation<N>
Auto Trait Implementations§
impl<N> Freeze for ObserveCreation<N>where
N: Freeze,
impl<N> RefUnwindSafe for ObserveCreation<N>where
N: RefUnwindSafe,
impl<N> Send for ObserveCreation<N>where
N: Send,
impl<N> Sync for ObserveCreation<N>where
N: Sync,
impl<N> Unpin for ObserveCreation<N>where
N: Unpin,
impl<N> UnsafeUnpin for ObserveCreation<N>where
N: UnsafeUnpin,
impl<N> UnwindSafe for ObserveCreation<N>where
N: UnwindSafe,
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