Struct okane_core::repl::display::WithContext
source · pub struct WithContext<'a, T> { /* private fields */ }Expand description
Object combined with the DisplayContext.
Trait Implementations§
source§impl<'a> Display for WithContext<'a, CommodityDeclaration>
impl<'a> Display for WithContext<'a, CommodityDeclaration>
source§impl<'a> Display for WithContext<'a, CommodityDetail>
impl<'a> Display for WithContext<'a, CommodityDetail>
source§impl<'a> Display for WithContext<'a, LedgerEntry>
impl<'a> Display for WithContext<'a, LedgerEntry>
source§impl<'a> Display for WithContext<'a, Lot>
impl<'a> Display for WithContext<'a, Lot>
source§impl<'a> Display for WithContext<'a, Posting>
impl<'a> Display for WithContext<'a, Posting>
source§impl<'a, T> Display for WithContext<'a, T>where
Self: DisplayWithAlignment,
impl<'a, T> Display for WithContext<'a, T>where Self: DisplayWithAlignment,
Auto Trait Implementations§
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