Struct botx_api::api::v4::notification::direct::models::DirectNotificationResponse
source · pub struct DirectNotificationResponse {
pub sync_id: Option<Uuid>,
pub result: DirectNotificationResult,
}Fields§
§sync_id: Option<Uuid>Идентификатор отправляемого сообщения (тут или в result, не известно от чего зависит)
result: DirectNotificationResultTrait Implementations§
source§impl Clone for DirectNotificationResponse
impl Clone for DirectNotificationResponse
source§fn clone(&self) -> DirectNotificationResponse
fn clone(&self) -> DirectNotificationResponse
Returns a copy of the value. Read more
1.0.0 · 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 DirectNotificationResponse
impl Debug for DirectNotificationResponse
source§impl<'de> Deserialize<'de> for DirectNotificationResponse
impl<'de> Deserialize<'de> for DirectNotificationResponse
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 DirectNotificationResponse
impl Send for DirectNotificationResponse
impl Sync for DirectNotificationResponse
impl Unpin for DirectNotificationResponse
impl UnwindSafe for DirectNotificationResponse
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