[−][src]Struct opcua_server::historical::HistoryServerCapabilities
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: boolAuto Trait Implementations
impl RefUnwindSafe for HistoryServerCapabilities
impl Send for HistoryServerCapabilities
impl Sync for HistoryServerCapabilities
impl Unpin for HistoryServerCapabilities
impl UnwindSafe for HistoryServerCapabilities
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,