Enum opcua_server::prelude::MessageChunkType
source · pub enum MessageChunkType {
Message,
OpenSecureChannel,
CloseSecureChannel,
}Variants§
Implementations§
source§impl MessageChunkType
impl MessageChunkType
pub fn is_open_secure_channel(&self) -> bool
Trait Implementations§
source§impl Clone for MessageChunkType
impl Clone for MessageChunkType
source§fn clone(&self) -> MessageChunkType
fn clone(&self) -> MessageChunkType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more