Struct opcua_server::subscriptions::PublishResponseEntry
[−]
[src]
pub struct PublishResponseEntry {
pub request_id: UInt32,
pub response: SupportedMessage,
}Fields
request_id: UInt32
response: SupportedMessage
Trait Implementations
impl Clone for PublishResponseEntry[src]
fn clone(&self) -> PublishResponseEntry[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for PublishResponseEntry[src]
impl PartialEq for PublishResponseEntry[src]
fn eq(&self, __arg_0: &PublishResponseEntry) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &PublishResponseEntry) -> bool[src]
This method tests for !=.