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