pub struct AdditionalDataWriter<'a, D> { /* private fields */ }Expand description
Handle passed to the user to add optional path data
Implementations§
Auto Trait Implementations§
impl<'a, D> Freeze for AdditionalDataWriter<'a, D>
impl<'a, D> RefUnwindSafe for AdditionalDataWriter<'a, D>where
D: RefUnwindSafe,
impl<'a, D> Send for AdditionalDataWriter<'a, D>where
D: Send,
impl<'a, D> Sync for AdditionalDataWriter<'a, D>where
D: Sync,
impl<'a, D> Unpin for AdditionalDataWriter<'a, D>
impl<'a, D> !UnwindSafe for AdditionalDataWriter<'a, D>
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