pub struct NotifGroup;Available on crate feature
dpll only.Implementations§
Source§impl NotifGroup
impl NotifGroup
Auto Trait Implementations§
impl Freeze for NotifGroup
impl RefUnwindSafe for NotifGroup
impl Send for NotifGroup
impl Sync for NotifGroup
impl Unpin for NotifGroup
impl UnsafeUnpin for NotifGroup
impl UnwindSafe for NotifGroup
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