#[non_exhaustive]pub struct StopConnectorResponse { /* private fields */ }Expand description
Response for StopConnector.
Implementations§
Trait Implementations§
Source§impl Clone for StopConnectorResponse
impl Clone for StopConnectorResponse
Source§fn clone(&self) -> StopConnectorResponse
fn clone(&self) -> StopConnectorResponse
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 StopConnectorResponse
impl Debug for StopConnectorResponse
Source§impl Default for StopConnectorResponse
impl Default for StopConnectorResponse
Source§fn default() -> StopConnectorResponse
fn default() -> StopConnectorResponse
Returns the “default value” for a type. Read more
Source§impl Message for StopConnectorResponse
impl Message for StopConnectorResponse
Source§impl PartialEq for StopConnectorResponse
impl PartialEq for StopConnectorResponse
impl StructuralPartialEq for StopConnectorResponse
Auto Trait Implementations§
impl Freeze for StopConnectorResponse
impl RefUnwindSafe for StopConnectorResponse
impl Send for StopConnectorResponse
impl Sync for StopConnectorResponse
impl Unpin for StopConnectorResponse
impl UnwindSafe for StopConnectorResponse
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