pub struct VendorExtension;
Expand description
See KMIP 1.0 section 6.16 Message Extension.
Trait Implementations§
Source§impl Clone for VendorExtension
impl Clone for VendorExtension
Source§fn clone(&self) -> VendorExtension
fn clone(&self) -> VendorExtension
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 VendorExtension
impl Debug for VendorExtension
Source§impl Default for VendorExtension
impl Default for VendorExtension
Source§fn default() -> VendorExtension
fn default() -> VendorExtension
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VendorExtension
impl<'de> Deserialize<'de> for VendorExtension
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 VendorExtension
impl PartialEq for VendorExtension
impl Eq for VendorExtension
impl StructuralPartialEq for VendorExtension
Auto Trait Implementations§
impl Freeze for VendorExtension
impl RefUnwindSafe for VendorExtension
impl Send for VendorExtension
impl Sync for VendorExtension
impl Unpin for VendorExtension
impl UnwindSafe for VendorExtension
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