pub struct Loop<T>where
T: TypeSet,{
pub loop_token: Token,
pub body: Body<T>,
}Fields§
§loop_token: Token§body: Body<T>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Loop<T>
impl<T> RefUnwindSafe for Loop<T>
impl<T> Send for Loop<T>
impl<T> Sync for Loop<T>
impl<T> Unpin for Loop<T>
impl<T> UnwindSafe for Loop<T>
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