Struct golem_examples::model::ExampleParameters
source · pub struct ExampleParameters {
pub component_name: ComponentName,
pub package_name: PackageName,
pub target_path: PathBuf,
}
Fields§
§component_name: ComponentName
§package_name: PackageName
§target_path: PathBuf
Trait Implementations§
source§impl Clone for ExampleParameters
impl Clone for ExampleParameters
source§fn clone(&self) -> ExampleParameters
fn clone(&self) -> ExampleParameters
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ExampleParameters
impl Debug for ExampleParameters
source§impl<'de> Deserialize<'de> for ExampleParameters
impl<'de> Deserialize<'de> for ExampleParameters
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ExampleParameters
impl RefUnwindSafe for ExampleParameters
impl Send for ExampleParameters
impl Sync for ExampleParameters
impl Unpin for ExampleParameters
impl UnwindSafe for ExampleParameters
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)