Struct source_span::fmt::Formatted [−][src]
pub struct Formatted(_);
Expand description
Formatted text.
This is the result of the Formatter::render function.
It implements Display and can hence be printted with a simple printf!.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Formatted
impl Send for Formatted
impl Sync for Formatted
impl Unpin for Formatted
impl UnwindSafe for Formatted
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more