pub struct DynamicStoreNotificationStream { /* private fields */ }Available on crate feature
async only.Implementations§
Auto Trait Implementations§
impl Freeze for DynamicStoreNotificationStream
impl RefUnwindSafe for DynamicStoreNotificationStream
impl Send for DynamicStoreNotificationStream
impl Sync for DynamicStoreNotificationStream
impl Unpin for DynamicStoreNotificationStream
impl UnsafeUnpin for DynamicStoreNotificationStream
impl UnwindSafe for DynamicStoreNotificationStream
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