pub struct StartedComponent {
pub info: ComponentStartInfo,
pub controller: ServerEnd<ComponentControllerMarker>,
}Fields§
§info: ComponentStartInfo§controller: ServerEnd<ComponentControllerMarker>Auto Trait Implementations§
impl Freeze for StartedComponent
impl RefUnwindSafe for StartedComponent
impl Send for StartedComponent
impl Sync for StartedComponent
impl Unpin for StartedComponent
impl UnsafeUnpin for StartedComponent
impl UnwindSafe for StartedComponent
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