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