pub struct Capturing { /* private fields */ }Expand description
Which outputs and how they should be captured. Can’t clone, the
contained handles are not clonable; use available before
consuming this if you need to retain the knowledge about available
captures.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Capturing
impl RefUnwindSafe for Capturing
impl Send for Capturing
impl Sync for Capturing
impl Unpin for Capturing
impl UnwindSafe for Capturing
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