pub struct StopResponse { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for StopResponse
impl Clone for StopResponse
Source§fn clone(&self) -> StopResponse
fn clone(&self) -> StopResponse
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 Debug for StopResponse
impl Debug for StopResponse
Source§impl Default for StopResponse
impl Default for StopResponse
Source§impl From<StopResponse> for StopResponse
impl From<StopResponse> for StopResponse
Source§fn from(value: StopResponse) -> Self
fn from(value: StopResponse) -> Self
Converts to this type from the input type.
Source§impl TryFrom<StopResponse> for StopResponse
impl TryFrom<StopResponse> for StopResponse
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: StopResponse) -> Result<Self, ConversionError>
fn try_from(value: StopResponse) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for StopResponse
impl RefUnwindSafe for StopResponse
impl Send for StopResponse
impl Sync for StopResponse
impl Unpin for StopResponse
impl UnsafeUnpin for StopResponse
impl UnwindSafe for StopResponse
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