pub struct LoopId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
impl Copy for LoopId
impl Eq for LoopId
impl StructuralPartialEq for LoopId
Auto Trait Implementations§
impl Freeze for LoopId
impl RefUnwindSafe for LoopId
impl Send for LoopId
impl Sync for LoopId
impl Unpin for LoopId
impl UnsafeUnpin for LoopId
impl UnwindSafe for LoopId
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