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