pub struct LoopBuilder;
Expand description
LoopBuilder - Putting this here for consistency.
Implementations§
Auto Trait Implementations§
impl Freeze for LoopBuilder
impl RefUnwindSafe for LoopBuilder
impl Send for LoopBuilder
impl Sync for LoopBuilder
impl Unpin for LoopBuilder
impl UnwindSafe for LoopBuilder
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