Enum opcua_server::prelude::MessageIsFinalType [−][src]
pub enum MessageIsFinalType {
Intermediate,
Final,
FinalError,
}Variants
Intermediate
Final chunk
Abort
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MessageIsFinalType
impl Send for MessageIsFinalType
impl Sync for MessageIsFinalType
impl Unpin for MessageIsFinalType
impl UnwindSafe for MessageIsFinalType
Blanket Implementations
Mutably borrows from an owned value. Read more