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 Freeze for NotificationCallbackRequestOk
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