pub struct UpdateFindingsResponse {}
Trait Implementations§
Source§impl Clone for UpdateFindingsResponse
impl Clone for UpdateFindingsResponse
Source§fn clone(&self) -> UpdateFindingsResponse
fn clone(&self) -> UpdateFindingsResponse
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 UpdateFindingsResponse
impl Debug for UpdateFindingsResponse
Source§impl Default for UpdateFindingsResponse
impl Default for UpdateFindingsResponse
Source§fn default() -> UpdateFindingsResponse
fn default() -> UpdateFindingsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateFindingsResponse
impl<'de> Deserialize<'de> for UpdateFindingsResponse
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 UpdateFindingsResponse
impl PartialEq for UpdateFindingsResponse
impl StructuralPartialEq for UpdateFindingsResponse
Auto Trait Implementations§
impl Freeze for UpdateFindingsResponse
impl RefUnwindSafe for UpdateFindingsResponse
impl Send for UpdateFindingsResponse
impl Sync for UpdateFindingsResponse
impl Unpin for UpdateFindingsResponse
impl UnwindSafe for UpdateFindingsResponse
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