pub struct CRefWaker<'a> { /* private fields */ }Available on crate feature
task only.Implementations§
Trait Implementations§
impl<'a> Copy for CRefWaker<'a>
Auto Trait Implementations§
impl<'a> Freeze for CRefWaker<'a>
impl<'a> RefUnwindSafe for CRefWaker<'a>
impl<'a> !Send for CRefWaker<'a>
impl<'a> !Sync for CRefWaker<'a>
impl<'a> Unpin for CRefWaker<'a>
impl<'a> UnwindSafe for CRefWaker<'a>
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