Struct precis_tools::UcdFileGen
source · pub struct UcdFileGen { /* private fields */ }
Expand description
Generator that aggregates other UcdCodeGen
elements.
Implementations§
source§impl UcdFileGen
impl UcdFileGen
sourcepub fn add(&mut self, gen: Box<dyn UcdCodeGen>)
pub fn add(&mut self, gen: Box<dyn UcdCodeGen>)
Adds a UcdCodeGen
element.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UcdFileGen
impl !RefUnwindSafe for UcdFileGen
impl !Send for UcdFileGen
impl !Sync for UcdFileGen
impl Unpin for UcdFileGen
impl !UnwindSafe for UcdFileGen
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