struct FormatterSink<'a, 'b: 'a> {
    f: &'a mut Formatter<'b>,
}Fields§
§f: &'a mut Formatter<'b>Trait Implementations§
Auto Trait Implementations§
impl<'a, 'b> Freeze for FormatterSink<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for FormatterSink<'a, 'b>
impl<'a, 'b> !Send for FormatterSink<'a, 'b>
impl<'a, 'b> !Sync for FormatterSink<'a, 'b>
impl<'a, 'b> Unpin for FormatterSink<'a, 'b>
impl<'a, 'b> !UnwindSafe for FormatterSink<'a, 'b>
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