pub struct ApiInitializationPackage<LogicRequestType: 'static + Send + Sync + Debug> {
pub amqp_connection_config: AmqpConnectConfig,
pub amqp_api: Vec<AmqpApiEntry>,
pub actions: HashMap<String, Action<LogicRequestType>>,
pub plugins: Vec<Arc<dyn InputPlugin + Send + Sync>>,
}Fields§
§amqp_connection_config: AmqpConnectConfig§amqp_api: Vec<AmqpApiEntry>§actions: HashMap<String, Action<LogicRequestType>>§plugins: Vec<Arc<dyn InputPlugin + Send + Sync>>Auto Trait Implementations§
impl<LogicRequestType> Freeze for ApiInitializationPackage<LogicRequestType>
impl<LogicRequestType> !RefUnwindSafe for ApiInitializationPackage<LogicRequestType>
impl<LogicRequestType> Send for ApiInitializationPackage<LogicRequestType>
impl<LogicRequestType> Sync for ApiInitializationPackage<LogicRequestType>
impl<LogicRequestType> Unpin for ApiInitializationPackage<LogicRequestType>
impl<LogicRequestType> !UnwindSafe for ApiInitializationPackage<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