pub struct FdxNotificationsRequired<'a> {
pub category: FdxNotificationCategory,
pub notification_id: &'a str,
pub notification_payload: FdxNotificationPayload,
pub sent_on: DateTime<Utc>,
pub type_: FdxNotificationType,
}
Fields§
§category: FdxNotificationCategory
§notification_id: &'a str
§notification_payload: FdxNotificationPayload
§sent_on: DateTime<Utc>
§type_: FdxNotificationType
Auto Trait Implementations§
impl<'a> Freeze for FdxNotificationsRequired<'a>
impl<'a> RefUnwindSafe for FdxNotificationsRequired<'a>
impl<'a> Send for FdxNotificationsRequired<'a>
impl<'a> Sync for FdxNotificationsRequired<'a>
impl<'a> Unpin for FdxNotificationsRequired<'a>
impl<'a> UnwindSafe for FdxNotificationsRequired<'a>
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