pub struct NotificationSpec {
pub route: Route,
pub payload: Value,
pub priority: Priority,
}Fields§
§route: Route§payload: Value§priority: PriorityTrait Implementations§
Auto Trait Implementations§
impl Freeze for NotificationSpec
impl RefUnwindSafe for NotificationSpec
impl Send for NotificationSpec
impl Sync for NotificationSpec
impl Unpin for NotificationSpec
impl UnwindSafe for NotificationSpec
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