pub struct DeleteLicenseConfigurationResponse {}Trait Implementations§
Source§impl Clone for DeleteLicenseConfigurationResponse
impl Clone for DeleteLicenseConfigurationResponse
Source§fn clone(&self) -> DeleteLicenseConfigurationResponse
fn clone(&self) -> DeleteLicenseConfigurationResponse
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 Default for DeleteLicenseConfigurationResponse
impl Default for DeleteLicenseConfigurationResponse
Source§fn default() -> DeleteLicenseConfigurationResponse
fn default() -> DeleteLicenseConfigurationResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteLicenseConfigurationResponse
impl<'de> Deserialize<'de> for DeleteLicenseConfigurationResponse
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 DeleteLicenseConfigurationResponse
impl PartialEq for DeleteLicenseConfigurationResponse
Source§fn eq(&self, other: &DeleteLicenseConfigurationResponse) -> bool
fn eq(&self, other: &DeleteLicenseConfigurationResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteLicenseConfigurationResponse
Auto Trait Implementations§
impl Freeze for DeleteLicenseConfigurationResponse
impl RefUnwindSafe for DeleteLicenseConfigurationResponse
impl Send for DeleteLicenseConfigurationResponse
impl Sync for DeleteLicenseConfigurationResponse
impl Unpin for DeleteLicenseConfigurationResponse
impl UnwindSafe for DeleteLicenseConfigurationResponse
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