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