pub struct TemplateArgsCodegenPropertiesCoproductLib {
pub properties_coproduct_tuples: Vec<(String, String)>,
pub types_coproduct_tuples: Vec<(String, String)>,
}
Fields
properties_coproduct_tuples: Vec<(String, String)>
types_coproduct_tuples: Vec<(String, String)>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TemplateArgsCodegenPropertiesCoproductLib
impl Send for TemplateArgsCodegenPropertiesCoproductLib
impl Sync for TemplateArgsCodegenPropertiesCoproductLib
impl Unpin for TemplateArgsCodegenPropertiesCoproductLib
impl UnwindSafe for TemplateArgsCodegenPropertiesCoproductLib
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more