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