pub struct InvocationFieldLength(pub i32);
Expand description
See KMIP 1.2 section 3.6 Cryptographic Parameters.
Tuple Fields§
§0: i32
Trait Implementations§
Source§impl Clone for InvocationFieldLength
impl Clone for InvocationFieldLength
Source§fn clone(&self) -> InvocationFieldLength
fn clone(&self) -> InvocationFieldLength
Returns a copy 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 InvocationFieldLength
impl Debug for InvocationFieldLength
Source§impl<'de> Deserialize<'de> for InvocationFieldLength
impl<'de> Deserialize<'de> for InvocationFieldLength
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 InvocationFieldLength
impl PartialEq for InvocationFieldLength
Source§impl Serialize for InvocationFieldLength
impl Serialize for InvocationFieldLength
impl Copy for InvocationFieldLength
impl Eq for InvocationFieldLength
impl StructuralPartialEq for InvocationFieldLength
Auto Trait Implementations§
impl Freeze for InvocationFieldLength
impl RefUnwindSafe for InvocationFieldLength
impl Send for InvocationFieldLength
impl Sync for InvocationFieldLength
impl Unpin for InvocationFieldLength
impl UnwindSafe for InvocationFieldLength
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