pub struct RpcNotificationReceiver { /* private fields */ }Implementations§
Source§impl RpcNotificationReceiver
impl RpcNotificationReceiver
pub async fn recv(&mut self) -> Option<Notification>
Auto Trait Implementations§
impl Freeze for RpcNotificationReceiver
impl RefUnwindSafe for RpcNotificationReceiver
impl Send for RpcNotificationReceiver
impl Sync for RpcNotificationReceiver
impl Unpin for RpcNotificationReceiver
impl UnsafeUnpin for RpcNotificationReceiver
impl UnwindSafe for RpcNotificationReceiver
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