pub struct MemoryNotificationSink { /* private fields */ }Implementations§
Source§impl MemoryNotificationSink
impl MemoryNotificationSink
pub async fn all(&self) -> Vec<Notification>
Trait Implementations§
Source§impl Debug for MemoryNotificationSink
impl Debug for MemoryNotificationSink
Source§impl Default for MemoryNotificationSink
impl Default for MemoryNotificationSink
Source§fn default() -> MemoryNotificationSink
fn default() -> MemoryNotificationSink
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for MemoryNotificationSink
impl !RefUnwindSafe for MemoryNotificationSink
impl Send for MemoryNotificationSink
impl Sync for MemoryNotificationSink
impl Unpin for MemoryNotificationSink
impl UnsafeUnpin for MemoryNotificationSink
impl UnwindSafe for MemoryNotificationSink
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