Struct botx_api::api::v4::notification::internal::models::InternalNotificationResult      
source · pub struct InternalNotificationResult {
    pub sync_id: Uuid,
}Fields§
§sync_id: UuidИдентификатор отправляемого сообщения
Trait Implementations§
source§impl Clone for InternalNotificationResult
 
impl Clone for InternalNotificationResult
source§fn clone(&self) -> InternalNotificationResult
 
fn clone(&self) -> InternalNotificationResult
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 InternalNotificationResult
 
impl Debug for InternalNotificationResult
source§impl<'de> Deserialize<'de> for InternalNotificationResult
 
impl<'de> Deserialize<'de> for InternalNotificationResult
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 InternalNotificationResult
impl Send for InternalNotificationResult
impl Sync for InternalNotificationResult
impl Unpin for InternalNotificationResult
impl UnwindSafe for InternalNotificationResult
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