Macrosยง
- event_
test_ ๐cases - event_
wrapper_ ๐test_ cases - Expands to five tests:
- impl_
event_ ๐properties - Expands to implement the required methods for the
crate::EventPropertiestrait. This depends on the struct to have anitemfield of typecrate::ObjectRef. - impl_
from_ ๐dbus_ message - Implements the
TryFromtrait for a given event type. Converts azbus::Messageinto a user facing event type. - impl_
from_ ๐interface_ event_ enum_ for_ event - Expands to a conversion given the enclosed event type and outer
Eventvariant. - impl_
from_ ๐object_ ref - Expands to implement From for
crate::ObjectRef. This depends on the struct to have anitemfield of typecrate::ObjectRef. - impl_
from_ ๐user_ facing_ event_ for_ interface_ event_ enum - Expands to a conversion given the user facing event type and outer
Event::Interface(<InterfaceEnum>)variant., the enum type and outtermost variant. - impl_
from_ ๐user_ facing_ type_ for_ event_ enum - Expands to a conversion given two arguments,
- impl_
to_ ๐dbus_ message - Implements the
TryFromtrait for a given event type. Converts a user facing event type into azbus::Message. - impl_
try_ ๐from_ event_ for_ interface_ enum - Expands to a conversion given the enclosed event enum type and outer
Eventvariant. - impl_
try_ ๐from_ event_ for_ user_ facing_ type - Expands to a conversion given two arguments,