pub enum ObjectEvents {
Show 22 variants
PropertyChange(PropertyChangeEvent),
BoundsChanged(BoundsChangedEvent),
LinkSelected(LinkSelectedEvent),
StateChanged(StateChangedEvent),
ChildrenChanged(ChildrenChangedEvent),
VisibleDataChanged(VisibleDataChangedEvent),
SelectionChanged(SelectionChangedEvent),
ModelChanged(ModelChangedEvent),
ActiveDescendantChanged(ActiveDescendantChangedEvent),
Announcement(AnnouncementEvent),
AttributesChanged(AttributesChangedEvent),
RowInserted(RowInsertedEvent),
RowReordered(RowReorderedEvent),
RowDeleted(RowDeletedEvent),
ColumnInserted(ColumnInsertedEvent),
ColumnReordered(ColumnReorderedEvent),
ColumnDeleted(ColumnDeletedEvent),
TextBoundsChanged(TextBoundsChangedEvent),
TextSelectionChanged(TextSelectionChangedEvent),
TextChanged(TextChangedEvent),
TextAttributesChanged(TextAttributesChangedEvent),
TextCaretMoved(TextCaretMovedEvent),
}Variants§
PropertyChange(PropertyChangeEvent)
BoundsChanged(BoundsChangedEvent)
See: BoundsChangedEvent.
LinkSelected(LinkSelectedEvent)
See: LinkSelectedEvent.
StateChanged(StateChangedEvent)
See: StateChangedEvent.
ChildrenChanged(ChildrenChangedEvent)
See: ChildrenChangedEvent.
VisibleDataChanged(VisibleDataChangedEvent)
See: VisibleDataChangedEvent.
SelectionChanged(SelectionChangedEvent)
See: SelectionChangedEvent.
ModelChanged(ModelChangedEvent)
See: ModelChangedEvent.
ActiveDescendantChanged(ActiveDescendantChangedEvent)
Announcement(AnnouncementEvent)
See: AnnouncementEvent.
AttributesChanged(AttributesChangedEvent)
RowInserted(RowInsertedEvent)
See: RowInsertedEvent.
RowReordered(RowReorderedEvent)
See: RowReorderedEvent.
RowDeleted(RowDeletedEvent)
See: RowDeletedEvent.
ColumnInserted(ColumnInsertedEvent)
See: ColumnInsertedEvent.
ColumnReordered(ColumnReorderedEvent)
See: ColumnReorderedEvent.
ColumnDeleted(ColumnDeletedEvent)
See: ColumnDeletedEvent.
TextBoundsChanged(TextBoundsChangedEvent)
See: TextBoundsChangedEvent.
TextSelectionChanged(TextSelectionChangedEvent)
TextChanged(TextChangedEvent)
See: TextChangedEvent.
TextAttributesChanged(TextAttributesChangedEvent)
TextCaretMoved(TextCaretMovedEvent)
See: TextCaretMovedEvent.
Trait Implementations§
Source§impl Clone for ObjectEvents
impl Clone for ObjectEvents
Source§fn clone(&self) -> ObjectEvents
fn clone(&self) -> ObjectEvents
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl DBusInterface for ObjectEvents
impl DBusInterface for ObjectEvents
Source§const DBUS_INTERFACE: &'static str = "org.a11y.atspi.Event.Object"
const DBUS_INTERFACE: &'static str = "org.a11y.atspi.Event.Object"
A static interface string for
DBus.
This should usually be a string that looks like this: "org.a11y.atspi.Event.*";Source§impl DBusMatchRule for ObjectEvents
impl DBusMatchRule for ObjectEvents
Source§const MATCH_RULE_STRING: &'static str = "type='signal',interface='org.a11y.atspi.Event.Object'"
const MATCH_RULE_STRING: &'static str = "type='signal',interface='org.a11y.atspi.Event.Object'"
A static match rule string for
DBus.Source§impl Debug for ObjectEvents
impl Debug for ObjectEvents
Source§impl<'de> Deserialize<'de> for ObjectEvents
impl<'de> Deserialize<'de> for ObjectEvents
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl EventProperties for ObjectEvents
impl EventProperties for ObjectEvents
fn path(&self) -> ObjectPath<'_>
fn sender(&self) -> UniqueName<'_>
fn object_ref(&self) -> ObjectRef<'_>
Source§impl EventTypeProperties for ObjectEvents
impl EventTypeProperties for ObjectEvents
Source§impl EventWrapperMessageConversion for ObjectEvents
Available on crate feature zbus only.
impl EventWrapperMessageConversion for ObjectEvents
Available on crate feature
zbus only.Source§fn try_from_message_interface_checked(
msg: &Message,
hdr: &Header<'_>,
) -> Result<Self, AtspiError>
fn try_from_message_interface_checked( msg: &Message, hdr: &Header<'_>, ) -> Result<Self, AtspiError>
Errors Read more
Source§impl From<ActiveDescendantChangedEvent> for ObjectEvents
impl From<ActiveDescendantChangedEvent> for ObjectEvents
Source§fn from(specific_event: ActiveDescendantChangedEvent) -> ObjectEvents
fn from(specific_event: ActiveDescendantChangedEvent) -> ObjectEvents
Converts to this type from the input type.
Source§impl From<AnnouncementEvent> for ObjectEvents
impl From<AnnouncementEvent> for ObjectEvents
Source§fn from(specific_event: AnnouncementEvent) -> ObjectEvents
fn from(specific_event: AnnouncementEvent) -> ObjectEvents
Converts to this type from the input type.
Source§impl From<AttributesChangedEvent> for ObjectEvents
impl From<AttributesChangedEvent> for ObjectEvents
Source§fn from(specific_event: ObjectAttributesChangedEvent) -> ObjectEvents
fn from(specific_event: ObjectAttributesChangedEvent) -> ObjectEvents
Converts to this type from the input type.
Source§impl From<BoundsChangedEvent> for ObjectEvents
impl From<BoundsChangedEvent> for ObjectEvents
Source§fn from(specific_event: BoundsChangedEvent) -> ObjectEvents
fn from(specific_event: BoundsChangedEvent) -> ObjectEvents
Converts to this type from the input type.
Source§impl From<ChildrenChangedEvent> for ObjectEvents
impl From<ChildrenChangedEvent> for ObjectEvents
Source§fn from(specific_event: ChildrenChangedEvent) -> ObjectEvents
fn from(specific_event: ChildrenChangedEvent) -> ObjectEvents
Converts to this type from the input type.
Source§impl From<ColumnDeletedEvent> for ObjectEvents
impl From<ColumnDeletedEvent> for ObjectEvents
Source§fn from(specific_event: ColumnDeletedEvent) -> ObjectEvents
fn from(specific_event: ColumnDeletedEvent) -> ObjectEvents
Converts to this type from the input type.
Source§impl From<ColumnInsertedEvent> for ObjectEvents
impl From<ColumnInsertedEvent> for ObjectEvents
Source§fn from(specific_event: ColumnInsertedEvent) -> ObjectEvents
fn from(specific_event: ColumnInsertedEvent) -> ObjectEvents
Converts to this type from the input type.
Source§impl From<ColumnReorderedEvent> for ObjectEvents
impl From<ColumnReorderedEvent> for ObjectEvents
Source§fn from(specific_event: ColumnReorderedEvent) -> ObjectEvents
fn from(specific_event: ColumnReorderedEvent) -> ObjectEvents
Converts to this type from the input type.
Source§impl From<LinkSelectedEvent> for ObjectEvents
impl From<LinkSelectedEvent> for ObjectEvents
Source§fn from(specific_event: LinkSelectedEvent) -> ObjectEvents
fn from(specific_event: LinkSelectedEvent) -> ObjectEvents
Converts to this type from the input type.
Source§impl From<ModelChangedEvent> for ObjectEvents
impl From<ModelChangedEvent> for ObjectEvents
Source§fn from(specific_event: ModelChangedEvent) -> ObjectEvents
fn from(specific_event: ModelChangedEvent) -> ObjectEvents
Converts to this type from the input type.
Source§impl From<ObjectEvents> for Event
Available on crate feature wrappers only.
impl From<ObjectEvents> for Event
Available on crate feature
wrappers only.Source§fn from(event_variant: ObjectEvents) -> Event
fn from(event_variant: ObjectEvents) -> Event
Converts to this type from the input type.
Source§impl From<PropertyChangeEvent> for ObjectEvents
impl From<PropertyChangeEvent> for ObjectEvents
Source§fn from(specific_event: ObjectPropertyChangeEvent) -> ObjectEvents
fn from(specific_event: ObjectPropertyChangeEvent) -> ObjectEvents
Converts to this type from the input type.
Source§impl From<RowDeletedEvent> for ObjectEvents
impl From<RowDeletedEvent> for ObjectEvents
Source§fn from(specific_event: RowDeletedEvent) -> ObjectEvents
fn from(specific_event: RowDeletedEvent) -> ObjectEvents
Converts to this type from the input type.
Source§impl From<RowInsertedEvent> for ObjectEvents
impl From<RowInsertedEvent> for ObjectEvents
Source§fn from(specific_event: RowInsertedEvent) -> ObjectEvents
fn from(specific_event: RowInsertedEvent) -> ObjectEvents
Converts to this type from the input type.
Source§impl From<RowReorderedEvent> for ObjectEvents
impl From<RowReorderedEvent> for ObjectEvents
Source§fn from(specific_event: RowReorderedEvent) -> ObjectEvents
fn from(specific_event: RowReorderedEvent) -> ObjectEvents
Converts to this type from the input type.
Source§impl From<SelectionChangedEvent> for ObjectEvents
impl From<SelectionChangedEvent> for ObjectEvents
Source§fn from(specific_event: SelectionChangedEvent) -> ObjectEvents
fn from(specific_event: SelectionChangedEvent) -> ObjectEvents
Converts to this type from the input type.
Source§impl From<StateChangedEvent> for ObjectEvents
impl From<StateChangedEvent> for ObjectEvents
Source§fn from(specific_event: StateChangedEvent) -> ObjectEvents
fn from(specific_event: StateChangedEvent) -> ObjectEvents
Converts to this type from the input type.
Source§impl From<TextAttributesChangedEvent> for ObjectEvents
impl From<TextAttributesChangedEvent> for ObjectEvents
Source§fn from(specific_event: TextAttributesChangedEvent) -> ObjectEvents
fn from(specific_event: TextAttributesChangedEvent) -> ObjectEvents
Converts to this type from the input type.
Source§impl From<TextBoundsChangedEvent> for ObjectEvents
impl From<TextBoundsChangedEvent> for ObjectEvents
Source§fn from(specific_event: TextBoundsChangedEvent) -> ObjectEvents
fn from(specific_event: TextBoundsChangedEvent) -> ObjectEvents
Converts to this type from the input type.
Source§impl From<TextCaretMovedEvent> for ObjectEvents
impl From<TextCaretMovedEvent> for ObjectEvents
Source§fn from(specific_event: TextCaretMovedEvent) -> ObjectEvents
fn from(specific_event: TextCaretMovedEvent) -> ObjectEvents
Converts to this type from the input type.
Source§impl From<TextChangedEvent> for ObjectEvents
impl From<TextChangedEvent> for ObjectEvents
Source§fn from(specific_event: TextChangedEvent) -> ObjectEvents
fn from(specific_event: TextChangedEvent) -> ObjectEvents
Converts to this type from the input type.
Source§impl From<TextSelectionChangedEvent> for ObjectEvents
impl From<TextSelectionChangedEvent> for ObjectEvents
Source§fn from(specific_event: TextSelectionChangedEvent) -> ObjectEvents
fn from(specific_event: TextSelectionChangedEvent) -> ObjectEvents
Converts to this type from the input type.
Source§impl From<VisibleDataChangedEvent> for ObjectEvents
impl From<VisibleDataChangedEvent> for ObjectEvents
Source§fn from(specific_event: VisibleDataChangedEvent) -> ObjectEvents
fn from(specific_event: VisibleDataChangedEvent) -> ObjectEvents
Converts to this type from the input type.
Source§impl Hash for ObjectEvents
impl Hash for ObjectEvents
Source§impl PartialEq for ObjectEvents
impl PartialEq for ObjectEvents
Source§impl RegistryEventString for ObjectEvents
impl RegistryEventString for ObjectEvents
Source§const REGISTRY_EVENT_STRING: &'static str = "object:"
const REGISTRY_EVENT_STRING: &'static str = "object:"
A registry event string for registering for event receiving via the
RegistryProxy.
This should be deprecated in favour of composing the string from DBusMember::DBUS_MEMBER and DBusInterface::DBUS_INTERFACE.Source§impl Serialize for ObjectEvents
impl Serialize for ObjectEvents
Source§impl TryFrom<&Message> for ObjectEvents
Available on crate feature zbus only.
impl TryFrom<&Message> for ObjectEvents
Available on crate feature
zbus only.Source§impl TryFrom<Event> for ObjectEvents
impl TryFrom<Event> for ObjectEvents
Source§impl TryFromMessage for ObjectEvents
Available on crate feature zbus only.
impl TryFromMessage for ObjectEvents
Available on crate feature
zbus only.fn try_from_message(msg: &Message) -> Result<ObjectEvents, AtspiError>
impl Eq for ObjectEvents
impl StructuralPartialEq for ObjectEvents
Auto Trait Implementations§
impl Freeze for ObjectEvents
impl RefUnwindSafe for ObjectEvents
impl Send for ObjectEvents
impl Sync for ObjectEvents
impl Unpin for ObjectEvents
impl UnwindSafe for ObjectEvents
Blanket Implementations§
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