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