pub(crate) struct NewNotification {
pub sub_id: SubscriptionID,
pub result: Value,
pub method: String,
}
Fields§
§sub_id: SubscriptionID
§result: Value
§method: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NewNotification
impl RefUnwindSafe for NewNotification
impl Send for NewNotification
impl Sync for NewNotification
impl Unpin for NewNotification
impl UnwindSafe for NewNotification
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