pub struct Component<TConfig, TMsg> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<TConfig, TMsg> IComponent<TMsg> for Component<TConfig, TMsg>
impl<TConfig, TMsg> IComponent<TMsg> for Component<TConfig, TMsg>
Auto Trait Implementations§
impl<TConfig, TMsg> Freeze for Component<TConfig, TMsg>where
TConfig: Freeze,
impl<TConfig, TMsg> !RefUnwindSafe for Component<TConfig, TMsg>
impl<TConfig, TMsg> Send for Component<TConfig, TMsg>
impl<TConfig, TMsg> Sync for Component<TConfig, TMsg>
impl<TConfig, TMsg> Unpin for Component<TConfig, TMsg>where
TConfig: Unpin,
impl<TConfig, TMsg> !UnwindSafe for Component<TConfig, TMsg>
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