pub struct LineItemTblSource { /* private fields */ }Implementations§
Source§impl LineItemTblSource
impl LineItemTblSource
pub fn new(inner: LineItemGenerator<'static>) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LineItemTblSource
impl RefUnwindSafe for LineItemTblSource
impl Send for LineItemTblSource
impl Sync for LineItemTblSource
impl Unpin for LineItemTblSource
impl UnwindSafe for LineItemTblSource
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