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