pub struct InputElement<LogicRequestType> { /* private fields */ }Implementations§
Source§impl<LogicRequestType> InputElement<LogicRequestType>
impl<LogicRequestType> InputElement<LogicRequestType>
pub fn name(&self) -> &str
pub fn request_handler(&self) -> RequestHandler<LogicRequestType>
pub fn actions(&self) -> &'static [&'static str]
pub fn config(&self) -> &AmqpInputApi
Auto Trait Implementations§
impl<LogicRequestType> Freeze for InputElement<LogicRequestType>
impl<LogicRequestType> !RefUnwindSafe for InputElement<LogicRequestType>
impl<LogicRequestType> Send for InputElement<LogicRequestType>
impl<LogicRequestType> Sync for InputElement<LogicRequestType>
impl<LogicRequestType> Unpin for InputElement<LogicRequestType>
impl<LogicRequestType> !UnwindSafe for InputElement<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