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