pub struct GetResponsePayload {
pub object_type: ObjectType,
pub unique_identifier: UniqueIdentifier,
pub cryptographic_object: ManagedObject,
}
Expand description
See KMIP 1.0 section 4.10 Get.
Fields§
§object_type: ObjectType
§unique_identifier: UniqueIdentifier
§cryptographic_object: ManagedObject
Trait Implementations§
Source§impl Clone for GetResponsePayload
impl Clone for GetResponsePayload
Source§fn clone(&self) -> GetResponsePayload
fn clone(&self) -> GetResponsePayload
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 GetResponsePayload
impl Debug for GetResponsePayload
Source§impl<'de> Deserialize<'de> for GetResponsePayload
impl<'de> Deserialize<'de> for GetResponsePayload
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 GetResponsePayload
impl PartialEq for GetResponsePayload
impl Eq for GetResponsePayload
impl StructuralPartialEq for GetResponsePayload
Auto Trait Implementations§
impl Freeze for GetResponsePayload
impl RefUnwindSafe for GetResponsePayload
impl Send for GetResponsePayload
impl Sync for GetResponsePayload
impl Unpin for GetResponsePayload
impl UnwindSafe for GetResponsePayload
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