pub struct WatchSends<A: Address, Sends> {
pub behavior: Sends,
pub observations: ServiceSends<ObservePeer<A>>,
}Expand description
Named effect lanes added by Watch.
Fields§
§behavior: Sends§observations: ServiceSends<ObservePeer<A>>Trait Implementations§
Source§impl<A: Address, Sends: SendAlgebra> SendAlgebra for WatchSends<A, Sends>
impl<A: Address, Sends: SendAlgebra> SendAlgebra for WatchSends<A, Sends>
Source§impl<A: Address, Sends, Input, Path> SendInput<Input, Inner<Path>> for WatchSends<A, Sends>where
Sends: SendInput<Input, Path>,
impl<A: Address, Sends, Input, Path> SendInput<Input, Inner<Path>> for WatchSends<A, Sends>where
Sends: SendInput<Input, Path>,
Source§impl<A: Address, Sends> SendInput<ObservePeer<A>, Own> for WatchSends<A, Sends>
impl<A: Address, Sends> SendInput<ObservePeer<A>, Own> for WatchSends<A, Sends>
fn emit(&mut self, input: ObservePeer<A>)
Auto Trait Implementations§
impl<A, Sends> Freeze for WatchSends<A, Sends>where
Sends: Freeze,
impl<A, Sends> RefUnwindSafe for WatchSends<A, Sends>where
Sends: RefUnwindSafe,
A: RefUnwindSafe,
impl<A, Sends> Send for WatchSends<A, Sends>
impl<A, Sends> Sync for WatchSends<A, Sends>
impl<A, Sends> Unpin for WatchSends<A, Sends>
impl<A, Sends> UnsafeUnpin for WatchSends<A, Sends>where
Sends: UnsafeUnpin,
impl<A, Sends> UnwindSafe for WatchSends<A, Sends>where
Sends: UnwindSafe,
A: 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