Struct kmip_protocol::types::common::InvocationFieldLength
source · [−]pub struct InvocationFieldLength(pub i32);
Expand description
See KMIP 1.2 section 3.6 Cryptographic Parameters.
Tuple Fields
0: i32
Trait Implementations
sourceimpl Clone for InvocationFieldLength
impl Clone for InvocationFieldLength
sourcefn clone(&self) -> InvocationFieldLength
fn clone(&self) -> InvocationFieldLength
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for InvocationFieldLength
impl Debug for InvocationFieldLength
sourceimpl<'de> Deserialize<'de> for InvocationFieldLength
impl<'de> Deserialize<'de> for InvocationFieldLength
sourcefn 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
sourceimpl PartialEq<InvocationFieldLength> for InvocationFieldLength
impl PartialEq<InvocationFieldLength> for InvocationFieldLength
sourcefn eq(&self, other: &InvocationFieldLength) -> bool
fn eq(&self, other: &InvocationFieldLength) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &InvocationFieldLength) -> bool
fn ne(&self, other: &InvocationFieldLength) -> bool
This method tests for !=
.
sourceimpl Serialize for InvocationFieldLength
impl Serialize for InvocationFieldLength
impl Copy for InvocationFieldLength
impl Eq for InvocationFieldLength
impl StructuralEq for InvocationFieldLength
impl StructuralPartialEq for InvocationFieldLength
Auto Trait Implementations
impl RefUnwindSafe for InvocationFieldLength
impl Send for InvocationFieldLength
impl Sync for InvocationFieldLength
impl Unpin for InvocationFieldLength
impl UnwindSafe for InvocationFieldLength
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more