Struct kmip_protocol::types::request::BatchItem [−][src]
pub struct BatchItem(pub Operation, pub Option<UniqueBatchItemID>, pub RequestPayload);Expand description
See KMIP 1.0 section 6.15 Batch Item.
Tuple Fields
0: Operation1: Option<UniqueBatchItemID>2: RequestPayloadTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BatchItem
impl UnwindSafe for BatchItem
Blanket Implementations
Mutably borrows from an owned value. Read more