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