pub struct DataNotificationTriggers { /* private fields */ }Expand description
Used to describe which call should be triggered. By default, all calls are disabled.
Used by CustomDataNotification::register
Implementations§
source§impl DataNotificationTriggers
impl DataNotificationTriggers
pub fn notification_barrier(self) -> Self
pub fn data_written(self) -> Self
pub fn data_inserted(self) -> Self
pub fn data_removed(self) -> Self
pub fn function_added(self) -> Self
pub fn function_removed(self) -> Self
pub fn function_updated(self) -> Self
pub fn function_update_requested(self) -> Self
pub fn data_variable_added(self) -> Self
pub fn data_variable_removed(self) -> Self
pub fn data_variable_updated(self) -> Self
pub fn data_metadata_updated(self) -> Self
pub fn tag_type_updated(self) -> Self
pub fn tag_added(self) -> Self
pub fn tag_removed(self) -> Self
pub fn tag_updated(self) -> Self
pub fn symbol_added(self) -> Self
pub fn symbol_removed(self) -> Self
pub fn symbol_updated(self) -> Self
pub fn string_found(self) -> Self
pub fn string_removed(self) -> Self
pub fn type_defined(self) -> Self
pub fn type_undefined(self) -> Self
pub fn type_reference_changed(self) -> Self
pub fn type_field_reference_changed(self) -> Self
pub fn segment_added(self) -> Self
pub fn segment_removed(self) -> Self
pub fn segment_updated(self) -> Self
pub fn section_added(self) -> Self
pub fn section_removed(self) -> Self
pub fn section_updated(self) -> Self
pub fn component_name_updated(self) -> Self
pub fn component_added(self) -> Self
pub fn component_moved(self) -> Self
pub fn component_removed(self) -> Self
pub fn component_function_added(self) -> Self
pub fn component_function_removed(self) -> Self
pub fn component_data_variable_added(self) -> Self
pub fn component_data_variable_removed(self) -> Self
pub fn external_library_added(self) -> Self
pub fn external_library_updated(self) -> Self
pub fn external_library_removed(self) -> Self
pub fn external_location_added(self) -> Self
pub fn external_location_updated(self) -> Self
pub fn external_location_removed(self) -> Self
pub fn type_archive_attached(self) -> Self
pub fn type_archive_detached(self) -> Self
pub fn type_archive_connected(self) -> Self
pub fn type_archive_disconnected(self) -> Self
pub fn undo_entry_added(self) -> Self
pub fn undo_entry_taken(self) -> Self
pub fn redo_entry_taken(self) -> Self
pub fn rebased(self) -> Self
Trait Implementations§
source§impl Default for DataNotificationTriggers
impl Default for DataNotificationTriggers
source§fn default() -> DataNotificationTriggers
fn default() -> DataNotificationTriggers
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DataNotificationTriggers
impl RefUnwindSafe for DataNotificationTriggers
impl Send for DataNotificationTriggers
impl Sync for DataNotificationTriggers
impl Unpin for DataNotificationTriggers
impl UnwindSafe for DataNotificationTriggers
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