pub struct SourceComponent<'a> { /* private fields */ }Expand description
Provides read access to the source component (the component being cloned) in a ComponentCloneFn.
Implementations§
Source§impl<'a> SourceComponent<'a>
impl<'a> SourceComponent<'a>
Auto Trait Implementations§
impl<'a> Freeze for SourceComponent<'a>
impl<'a> !RefUnwindSafe for SourceComponent<'a>
impl<'a> !Send for SourceComponent<'a>
impl<'a> !Sync for SourceComponent<'a>
impl<'a> Unpin for SourceComponent<'a>
impl<'a> !UnwindSafe for SourceComponent<'a>
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> 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.