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