pub struct UpdateBridgeAgentCapabilityResponse {
pub status: UpdateBridgeAgentCapabilityResponseStatus,
}Expand description
UpdateBridgeAgentCapabilityResponse model.
Fields§
§status: UpdateBridgeAgentCapabilityResponseStatusTrait Implementations§
Source§impl Clone for UpdateBridgeAgentCapabilityResponse
impl Clone for UpdateBridgeAgentCapabilityResponse
Source§fn clone(&self) -> UpdateBridgeAgentCapabilityResponse
fn clone(&self) -> UpdateBridgeAgentCapabilityResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpdateBridgeAgentCapabilityResponse
impl Default for UpdateBridgeAgentCapabilityResponse
Source§fn default() -> UpdateBridgeAgentCapabilityResponse
fn default() -> UpdateBridgeAgentCapabilityResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateBridgeAgentCapabilityResponse
impl<'de> Deserialize<'de> for UpdateBridgeAgentCapabilityResponse
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
impl StructuralPartialEq for UpdateBridgeAgentCapabilityResponse
Auto Trait Implementations§
impl Freeze for UpdateBridgeAgentCapabilityResponse
impl RefUnwindSafe for UpdateBridgeAgentCapabilityResponse
impl Send for UpdateBridgeAgentCapabilityResponse
impl Sync for UpdateBridgeAgentCapabilityResponse
impl Unpin for UpdateBridgeAgentCapabilityResponse
impl UnsafeUnpin for UpdateBridgeAgentCapabilityResponse
impl UnwindSafe for UpdateBridgeAgentCapabilityResponse
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