Struct rsiot_component_core::Component
source · 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> !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