pub struct NotifyStopResponse {
pub ret: Option<i32>,
pub errmsg: Option<String>,
}Expand description
Notify stop response.
Fields§
§ret: Option<i32>§errmsg: Option<String>Trait Implementations§
Source§impl Debug for NotifyStopResponse
impl Debug for NotifyStopResponse
Source§impl<'de> Deserialize<'de> for NotifyStopResponse
impl<'de> Deserialize<'de> for NotifyStopResponse
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
Auto Trait Implementations§
impl Freeze for NotifyStopResponse
impl RefUnwindSafe for NotifyStopResponse
impl Send for NotifyStopResponse
impl Sync for NotifyStopResponse
impl Unpin for NotifyStopResponse
impl UnsafeUnpin for NotifyStopResponse
impl UnwindSafe for NotifyStopResponse
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