pub struct AcmeFormatted<'a, T: AcmeFormat + ?Sized>(/* private fields */);Expand description
Formatting proxy to cause fmt::Display to print in the AcmeFormat style.
Trait Implementations§
Auto Trait Implementations§
impl<'a, T> Freeze for AcmeFormatted<'a, T>where
T: ?Sized,
impl<'a, T> RefUnwindSafe for AcmeFormatted<'a, T>where
T: RefUnwindSafe + ?Sized,
impl<'a, T> Send for AcmeFormatted<'a, T>
impl<'a, T> Sync for AcmeFormatted<'a, T>
impl<'a, T> Unpin for AcmeFormatted<'a, T>where
T: ?Sized,
impl<'a, T> UnwindSafe for AcmeFormatted<'a, T>where
T: RefUnwindSafe + ?Sized,
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