pub struct BatchItem(pub Operation, pub Option<UniqueBatchItemID>, pub RequestPayload);
Expand description
See KMIP 1.0 section 6.15 Batch Item.
Tuple Fields§
§0: Operation
§1: Option<UniqueBatchItemID>
§2: RequestPayload
Trait Implementations§
impl Eq for BatchItem
impl StructuralPartialEq for BatchItem
Auto Trait Implementations§
impl Freeze for BatchItem
impl RefUnwindSafe for BatchItem
impl Send for BatchItem
impl Sync for BatchItem
impl Unpin for BatchItem
impl UnwindSafe for BatchItem
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more