pub struct NotificationResponse { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for NotificationResponse
impl Debug for NotificationResponse
Source§impl Message for NotificationResponse
impl Message for NotificationResponse
impl BackendMessage for NotificationResponse
Auto Trait Implementations§
impl Freeze for NotificationResponse
impl RefUnwindSafe for NotificationResponse
impl Send for NotificationResponse
impl Sync for NotificationResponse
impl Unpin for NotificationResponse
impl UnwindSafe for NotificationResponse
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