pub struct NotificationCallbackRequestOk {
    pub sync_id: Uuid,
    pub result: HashMap<String, Value>,
}Fields§
§sync_id: Uuidsync id отправляемого сообщения
result: HashMap<String, Value>(Default: {}) - результат успешного запроса
Trait Implementations§
source§impl<'de> Deserialize<'de> for NotificationCallbackRequestOk
 
impl<'de> Deserialize<'de> for NotificationCallbackRequestOk
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 RefUnwindSafe for NotificationCallbackRequestOk
impl Send for NotificationCallbackRequestOk
impl Sync for NotificationCallbackRequestOk
impl Unpin for NotificationCallbackRequestOk
impl UnwindSafe for NotificationCallbackRequestOk
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