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