pub struct AlertResult {
pub delivery_id: i64,
pub notification: Notification,
}Fields§
§delivery_id: i64§notification: NotificationTrait Implementations§
Source§impl Debug for AlertResult
impl Debug for AlertResult
Source§impl<'de> Deserialize<'de> for AlertResult
impl<'de> Deserialize<'de> for AlertResult
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 AlertResult
impl RefUnwindSafe for AlertResult
impl Send for AlertResult
impl Sync for AlertResult
impl Unpin for AlertResult
impl UnsafeUnpin for AlertResult
impl UnwindSafe for AlertResult
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