pub struct Pretty<'i, 'f>(pub &'i dyn Format, pub &'f Writer);Tuple Fields§
§0: &'i dyn Format§1: &'f WriterTrait Implementations§
Auto Trait Implementations§
impl<'i, 'f> Freeze for Pretty<'i, 'f>
impl<'i, 'f> !RefUnwindSafe for Pretty<'i, 'f>
impl<'i, 'f> !Send for Pretty<'i, 'f>
impl<'i, 'f> !Sync for Pretty<'i, 'f>
impl<'i, 'f> Unpin for Pretty<'i, 'f>
impl<'i, 'f> !UnwindSafe for Pretty<'i, 'f>
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