pub struct ExampleConfig {
pub template_name: String,
pub project_name: String,
pub chip: String,
}Fields§
§template_name: String§project_name: String§chip: StringAuto Trait Implementations§
impl Freeze for ExampleConfig
impl RefUnwindSafe for ExampleConfig
impl Send for ExampleConfig
impl Sync for ExampleConfig
impl Unpin for ExampleConfig
impl UnwindSafe for ExampleConfig
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