pub struct AclHandles<X, I> {
pub input: UnboundedSender<X>,
pub output: UnboundedReceiver<I>,
}Expand description
Handles handed back after Topology::materialize.
Fields§
§input: UnboundedSender<X>§output: UnboundedReceiver<I>Auto Trait Implementations§
impl<X, I> Freeze for AclHandles<X, I>
impl<X, I> RefUnwindSafe for AclHandles<X, I>
impl<X, I> Send for AclHandles<X, I>
impl<X, I> Sync for AclHandles<X, I>
impl<X, I> Unpin for AclHandles<X, I>
impl<X, I> UnsafeUnpin for AclHandles<X, I>
impl<X, I> UnwindSafe for AclHandles<X, I>
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