pub struct Sink<W, F>(/* private fields */)
where
W: Write,
F: Clone + Formatter;
Trait Implementations§
Auto Trait Implementations§
impl<W, F> Freeze for Sink<W, F>
impl<W, F> RefUnwindSafe for Sink<W, F>where
W: RefUnwindSafe,
F: RefUnwindSafe,
impl<W, F> Send for Sink<W, F>
impl<W, F> Sync for Sink<W, F>
impl<W, F> Unpin for Sink<W, F>
impl<W, F> UnwindSafe for Sink<W, F>where
W: UnwindSafe,
F: UnwindSafe,
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