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