pub struct TapBuilder<'l, 'a> { /* private fields */ }Expand description
Builder for tap operations with configurable options.
Created via Locator::tap.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'l, 'a> Freeze for TapBuilder<'l, 'a>
impl<'l, 'a> !RefUnwindSafe for TapBuilder<'l, 'a>
impl<'l, 'a> Send for TapBuilder<'l, 'a>
impl<'l, 'a> Sync for TapBuilder<'l, 'a>
impl<'l, 'a> Unpin for TapBuilder<'l, 'a>
impl<'l, 'a> !UnwindSafe for TapBuilder<'l, 'a>
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