Skip to main content

NonBlockingHandler

Trait NonBlockingHandler 

Source
pub trait NonBlockingHandler: Handler { }
Expand description

A marker trait that indicates that the handler is non-blocking.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<M, H> NonBlockingHandler for (M, H)

Source§

impl<T> NonBlockingHandler for &T

Source§

impl<T> NonBlockingHandler for &mut T

Implementors§

Source§

impl NonBlockingHandler for EmptyHandler

Source§

impl<M, H, T> NonBlockingHandler for ChainedHandler<M, H, T>

Source§

impl<T> NonBlockingHandler for Async<T>

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::identify::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::groups::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::app::on_off::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::app::level_control::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::pulse_width_modulation::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::desc::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::binding::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::acl::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::actions::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::basic_info::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::ota_prov::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::ota_req::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::localization_configuration::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::time_format_localization::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::unit_localization::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::power_source_configuration::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::power_source::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::gen_comm::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::net_comm::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::diag_logs::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::gen_diag::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::sw_diag::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::thread_diag::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::wifi_diag::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::eth_diag::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::time_sync::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::bridged_device_basic_information::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::switch::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::adm_comm::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::noc::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::grp_key_mgmt::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::fixed_label::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::user_label::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::proxy_configuration::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::proxy_discovery::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::proxy_valid::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::boolean_state::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::icd_mgmt::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::oven_cavity_operational_state::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::oven_mode::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::laundry_dryer_controls::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::temperature_controlled_cabinet_topology::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::mode_select::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::laundry_washer_mode::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::refrigerator_and_temperature_controlled_cabinet_mode::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::laundry_washer_controls::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::rvc_run_mode::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::rvc_clean_mode::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::temperature_control::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::refrigerator_alarm::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::dishwasher_mode::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::air_quality::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::smoke_co_alarm::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::dishwasher_alarm::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::microwave_oven_mode::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::microwave_oven_control::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::operational_state::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::rvc_operational_state::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::scenes::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::groupcast::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::hepa_filter_monitoring::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::activated_carbon_filter_monitoring::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::water_tank_level_monitoring::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::boolean_state_configuration::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::valve_configuration_and_control::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::electrical_power_measurement::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::electrical_energy_measurement::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::water_heater_management::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::commodity_price::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::messages::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::device_energy_management::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::energy_evse::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::energy_preference::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::power_topology::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::energy_evse_mode::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::water_heater_mode::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::device_energy_management_mode::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::electrical_grid_conditions::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::electrical_alarm::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::electrical_distribution::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::electrical_protection_alarm::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::door_lock::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::window_covering::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::closure_control::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::closure_dimension::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::service_area::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::pump_configuration_and_control::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::thermostat::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::fan_control::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::thermostat_user_interface_configuration::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::humidistat::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::app::color_control::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::ballast_configuration::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::dynamic_lighting::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::illuminance_measurement::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::temperature_measurement::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::pressure_measurement::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::flow_measurement::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::relative_humidity_measurement::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::occupancy_sensing::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::carbon_monoxide_concentration_measurement::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::carbon_dioxide_concentration_measurement::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::nitrogen_dioxide_concentration_measurement::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::ozone_concentration_measurement::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::pm_25_concentration_measurement::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::formaldehyde_concentration_measurement::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::pm_1_concentration_measurement::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::pm_10_concentration_measurement::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::total_volatile_organic_compounds_concentration_measurement::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::radon_concentration_measurement::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::soil_measurement::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::ambient_context_sensing::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::ambient_sensing_union::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::proximity_ranging::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::smoke_concentration_measurement::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::network_identity_management::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::wi_fi_network_management::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::thread_border_router_management::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::thread_network_directory::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::wake_on_lan::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::channel::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::target_navigator::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::media_playback::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::media_input::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::low_power::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::keypad_input::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::content_launcher::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::audio_output::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::application_launcher::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::application_basic::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::account_login::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::content_control::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::content_app_observer::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::app::zone_mgmt::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::app::cam_av_stream::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::app::cam_av_settings::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::app::webrtc_prov::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::app::webrtc_req::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::app::push_av_stream::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::app::chime::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::av_analysis::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::commodity_tariff::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::ecosystem_information::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::commissioner_control::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::joint_fabric_datastore::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::joint_fabric_administrator::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::tls_certificate_management::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::tls_client_management::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::meter_identification::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::commodity_metering::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::unit_testing::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::fault_injection::HandlerAdaptor<T>
where T: ClusterHandler,

Source§

impl<T> NonBlockingHandler for rs_matter_stack::matter::dm::clusters::decl::sample_mei::HandlerAdaptor<T>
where T: ClusterHandler,