pub struct HistoryServerCapabilities {
Show 14 fields pub access_history_data: bool, pub access_history_events: bool, pub max_return_data: u32, pub max_return_events: u32, pub insert_data: bool, pub replace_data: bool, pub update_data: bool, pub delete_raw: bool, pub delete_at_time: bool, pub insert_event: bool, pub replace_event: bool, pub update_event: bool, pub delete_event: bool, pub insert_annotation: bool,
}
Expand description

Values that should be set in the address space via AddressSpace::set_history_server_capabilities() to denote to clients what history capabilities the server has.

Fields

access_history_data: boolaccess_history_events: boolmax_return_data: u32max_return_events: u32insert_data: boolreplace_data: boolupdate_data: booldelete_raw: booldelete_at_time: boolinsert_event: boolreplace_event: boolupdate_event: booldelete_event: boolinsert_annotation: bool

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.