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<AlertResult, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<AlertResult, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for AlertResult
impl Serialize for AlertResult
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. 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