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