pub struct AmqpRequestDispatch<LogicRequestType> { /* private fields */ }Implementations§
Source§impl<LogicRequestType: Send + 'static> AmqpRequestDispatch<LogicRequestType>
impl<LogicRequestType: Send + 'static> AmqpRequestDispatch<LogicRequestType>
pub fn new( channel: Arc<Channel>, element: InputElement<LogicRequestType>, authorizer: Arc<Authorizer>, logic_request_sender: Sender<LogicRequestType>, state_tracker_client: StateTrackerClient, ) -> AmqpRequestDispatch<LogicRequestType>
Auto Trait Implementations§
impl<LogicRequestType> Freeze for AmqpRequestDispatch<LogicRequestType>
impl<LogicRequestType> !RefUnwindSafe for AmqpRequestDispatch<LogicRequestType>
impl<LogicRequestType> Send for AmqpRequestDispatch<LogicRequestType>where
LogicRequestType: Send,
impl<LogicRequestType> Sync for AmqpRequestDispatch<LogicRequestType>where
LogicRequestType: Send,
impl<LogicRequestType> Unpin for AmqpRequestDispatch<LogicRequestType>
impl<LogicRequestType> !UnwindSafe for AmqpRequestDispatch<LogicRequestType>
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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