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