pub struct TypedComponent {
pub ast: Component,
pub prop_types: HashMap<String, ResolvedType>,
}Fields§
§ast: Component§prop_types: HashMap<String, ResolvedType>Trait Implementations§
Source§impl Clone for TypedComponent
impl Clone for TypedComponent
Source§fn clone(&self) -> TypedComponent
fn clone(&self) -> TypedComponent
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 TypedComponent
impl RefUnwindSafe for TypedComponent
impl Send for TypedComponent
impl Sync for TypedComponent
impl Unpin for TypedComponent
impl UnwindSafe for TypedComponent
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