pub struct loop(pub Span);
Tuple Fields§
§0: Span
Trait Implementations§
Source§impl Peek for loop
impl Peek for loop
impl Copy for loop
Auto Trait Implementations§
impl Freeze for loop
impl RefUnwindSafe for loop
impl Send for loop
impl Sync for loop
impl Unpin for loop
impl UnwindSafe for loop
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