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