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