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