pub struct RequiredComponent {
pub constructor: RequiredComponentConstructor,
}Expand description
Metadata associated with a required component. See Component for details.
Fields§
§constructor: RequiredComponentConstructorThe constructor used for the required component.
Trait Implementations§
Source§impl Clone for RequiredComponent
impl Clone for RequiredComponent
Source§fn clone(&self) -> RequiredComponent
fn clone(&self) -> RequiredComponent
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 moreAuto Trait Implementations§
impl Freeze for RequiredComponent
impl !RefUnwindSafe for RequiredComponent
impl !Send for RequiredComponent
impl !Sync for RequiredComponent
impl Unpin for RequiredComponent
impl !UnwindSafe for RequiredComponent
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§impl<T> IntoResult<T> for T
impl<T> IntoResult<T> for T
Source§fn into_result(self) -> Result<T, RunSystemError>
fn into_result(self) -> Result<T, RunSystemError>
Converts this type into the system output type.