pub struct CreateComponentParams {
pub project_component: ProjectComponent,
}Expand description
struct for passing parameters to the method create_component
Fields§
§project_component: ProjectComponentTrait Implementations§
Source§impl Clone for CreateComponentParams
impl Clone for CreateComponentParams
Source§fn clone(&self) -> CreateComponentParams
fn clone(&self) -> CreateComponentParams
Returns a duplicate 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 CreateComponentParams
impl Debug for CreateComponentParams
Source§impl Default for CreateComponentParams
impl Default for CreateComponentParams
Source§fn default() -> CreateComponentParams
fn default() -> CreateComponentParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CreateComponentParams
impl RefUnwindSafe for CreateComponentParams
impl Send for CreateComponentParams
impl Sync for CreateComponentParams
impl Unpin for CreateComponentParams
impl UnwindSafe for CreateComponentParams
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