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