pub struct WithContext<'a, T> { /* private fields */ }
Expand description
Object combined with the DisplayContext
.
Trait Implementations§
Source§impl Display for WithContext<'_, CommodityDeclaration<'_>>
impl Display for WithContext<'_, CommodityDeclaration<'_>>
Source§impl Display for WithContext<'_, CommodityDetail<'_>>
impl Display for WithContext<'_, CommodityDetail<'_>>
Source§impl<Deco: Decoration> Display for WithContext<'_, LedgerEntry<'_, Deco>>
impl<Deco: Decoration> Display for WithContext<'_, LedgerEntry<'_, Deco>>
Source§impl<Deco: Decoration> Display for WithContext<'_, Lot<'_, Deco>>
impl<Deco: Decoration> Display for WithContext<'_, Lot<'_, Deco>>
Source§impl<Deco: Decoration> Display for WithContext<'_, Posting<'_, Deco>>
impl<Deco: Decoration> Display for WithContext<'_, Posting<'_, Deco>>
Source§impl<T> Display for WithContext<'_, T>where
Self: DisplayWithAlignment,
impl<T> Display for WithContext<'_, T>where
Self: DisplayWithAlignment,
Source§impl<Deco: Decoration> Display for WithContext<'_, Transaction<'_, Deco>>
impl<Deco: Decoration> Display for WithContext<'_, Transaction<'_, Deco>>
Auto Trait Implementations§
impl<'a, T> Freeze for WithContext<'a, T>
impl<'a, T> RefUnwindSafe for WithContext<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for WithContext<'a, T>where
T: Sync,
impl<'a, T> Sync for WithContext<'a, T>where
T: Sync,
impl<'a, T> Unpin for WithContext<'a, T>
impl<'a, T> UnwindSafe for WithContext<'a, T>where
T: RefUnwindSafe,
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