pub struct Printf { /* private fields */ }
Implementations§
Source§impl Printf
impl Printf
pub fn is_panicked(&self) -> &AtomicBool
Auto Trait Implementations§
impl !Freeze for Printf
impl !RefUnwindSafe for Printf
impl Send for Printf
impl Sync for Printf
impl Unpin for Printf
impl UnwindSafe for Printf
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