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