Enum opcua_server::prelude::MessageChunkType [−][src]
pub enum MessageChunkType {
Message,
OpenSecureChannel,
CloseSecureChannel,
}Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MessageChunkType
impl Send for MessageChunkType
impl Sync for MessageChunkType
impl Unpin for MessageChunkType
impl UnwindSafe for MessageChunkType
Blanket Implementations
Mutably borrows from an owned value. Read more