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