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