pub struct ComponentIntrospection { /* private fields */ }Expand description
The whitelist of exposable components and their field readers. Built
once by the runtime (see with_defaults) and consulted per element.
Implementations§
Source§impl ComponentIntrospection
impl ComponentIntrospection
Auto Trait Implementations§
impl Freeze for ComponentIntrospection
impl RefUnwindSafe for ComponentIntrospection
impl Send for ComponentIntrospection
impl Sync for ComponentIntrospection
impl Unpin for ComponentIntrospection
impl UnsafeUnpin for ComponentIntrospection
impl UnwindSafe for ComponentIntrospection
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
§impl<T> IntoResult<T> for T
impl<T> IntoResult<T> for T
§fn into_result(self) -> Result<T, RunSystemError>
fn into_result(self) -> Result<T, RunSystemError>
Converts this type into the system output type.