pub struct RequiredComponentConstructor(/* private fields */);Expand description
A Required Component constructor. See Component for details.
Implementations§
Trait Implementations§
Source§impl Clone for RequiredComponentConstructor
impl Clone for RequiredComponentConstructor
Source§fn clone(&self) -> RequiredComponentConstructor
fn clone(&self) -> RequiredComponentConstructor
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 RequiredComponentConstructor
impl !RefUnwindSafe for RequiredComponentConstructor
impl !Send for RequiredComponentConstructor
impl !Sync for RequiredComponentConstructor
impl Unpin for RequiredComponentConstructor
impl !UnwindSafe for RequiredComponentConstructor
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.