[−][src]Struct opcua_server::prelude::SubscriptionDiagnosticsDataType
Fields
session_id: NodeIdsubscription_id: u32priority: u8publishing_interval: f64max_keep_alive_count: u32max_lifetime_count: u32max_notifications_per_publish: u32publishing_enabled: boolmodify_count: u32enable_count: u32disable_count: u32republish_request_count: u32republish_message_request_count: u32republish_message_count: u32transfer_request_count: u32transferred_to_alt_client_count: u32transferred_to_same_client_count: u32publish_request_count: u32data_change_notifications_count: u32event_notifications_count: u32notifications_count: u32late_publish_request_count: u32current_keep_alive_count: u32current_lifetime_count: u32unacknowledged_message_count: u32discarded_message_count: u32monitored_item_count: u32disabled_monitored_item_count: u32monitoring_queue_overflow_count: u32next_sequence_number: u32event_queue_over_flow_count: u32Trait Implementations
impl BinaryEncoder<SubscriptionDiagnosticsDataType> for SubscriptionDiagnosticsDataType[src]
fn byte_len(&self) -> usize[src]
fn encode<S>(&self, stream: &mut S) -> Result<usize, StatusCode> where
S: Write, [src]
S: Write,
fn decode<S>(
stream: &mut S,
decoding_limits: &DecodingLimits
) -> Result<SubscriptionDiagnosticsDataType, StatusCode> where
S: Read, [src]
stream: &mut S,
decoding_limits: &DecodingLimits
) -> Result<SubscriptionDiagnosticsDataType, StatusCode> where
S: Read,
fn encode_to_vec(&self) -> Vec<u8>[src]
impl Clone for SubscriptionDiagnosticsDataType[src]
fn clone(&self) -> SubscriptionDiagnosticsDataType[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for SubscriptionDiagnosticsDataType[src]
impl MessageInfo for SubscriptionDiagnosticsDataType[src]
impl PartialEq<SubscriptionDiagnosticsDataType> for SubscriptionDiagnosticsDataType[src]
fn eq(&self, other: &SubscriptionDiagnosticsDataType) -> bool[src]
fn ne(&self, other: &SubscriptionDiagnosticsDataType) -> bool[src]
impl StructuralPartialEq for SubscriptionDiagnosticsDataType[src]
Auto Trait Implementations
impl RefUnwindSafe for SubscriptionDiagnosticsDataType
impl Send for SubscriptionDiagnosticsDataType
impl Sync for SubscriptionDiagnosticsDataType
impl Unpin for SubscriptionDiagnosticsDataType
impl UnwindSafe for SubscriptionDiagnosticsDataType
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> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
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>,