pub struct IVOrCounterOrNonce(/* private fields */);
Expand description
See KMIP 1.0 section 2.1.5 Key Wrapping Data.
Trait Implementations§
Source§impl Clone for IVOrCounterOrNonce
impl Clone for IVOrCounterOrNonce
Source§fn clone(&self) -> IVOrCounterOrNonce
fn clone(&self) -> IVOrCounterOrNonce
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 IVOrCounterOrNonce
impl Debug for IVOrCounterOrNonce
Source§impl PartialEq for IVOrCounterOrNonce
impl PartialEq for IVOrCounterOrNonce
Source§impl Serialize for IVOrCounterOrNonce
impl Serialize for IVOrCounterOrNonce
impl Eq for IVOrCounterOrNonce
impl StructuralPartialEq for IVOrCounterOrNonce
Auto Trait Implementations§
impl Freeze for IVOrCounterOrNonce
impl RefUnwindSafe for IVOrCounterOrNonce
impl Send for IVOrCounterOrNonce
impl Sync for IVOrCounterOrNonce
impl Unpin for IVOrCounterOrNonce
impl UnwindSafe for IVOrCounterOrNonce
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