pub struct Notify<const W: usize> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<const W: usize> !Freeze for Notify<W>
impl<const W: usize> !RefUnwindSafe for Notify<W>
impl<const W: usize> Send for Notify<W>
impl<const W: usize> Sync for Notify<W>
impl<const W: usize> Unpin for Notify<W>
impl<const W: usize> UnwindSafe for Notify<W>
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