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