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