pub struct UniqueBatchItemID(pub Vec<u8>);
Expand description
See KMIP 1.0 section 6.4 Unique Batch Item ID.
Tuple Fields§
§0: Vec<u8>
Trait Implementations§
Source§impl Clone for UniqueBatchItemID
impl Clone for UniqueBatchItemID
Source§fn clone(&self) -> UniqueBatchItemID
fn clone(&self) -> UniqueBatchItemID
Returns a duplicate 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 moreSource§impl Debug for UniqueBatchItemID
impl Debug for UniqueBatchItemID
Source§impl<'de> Deserialize<'de> for UniqueBatchItemID
impl<'de> Deserialize<'de> for UniqueBatchItemID
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UniqueBatchItemID
impl PartialEq for UniqueBatchItemID
Source§impl Serialize for UniqueBatchItemID
impl Serialize for UniqueBatchItemID
impl Eq for UniqueBatchItemID
impl StructuralPartialEq for UniqueBatchItemID
Auto Trait Implementations§
impl Freeze for UniqueBatchItemID
impl RefUnwindSafe for UniqueBatchItemID
impl Send for UniqueBatchItemID
impl Sync for UniqueBatchItemID
impl Unpin for UniqueBatchItemID
impl UnwindSafe for UniqueBatchItemID
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