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