pub struct PhotonRuntimeParts {
pub photon: Arc<Photon>,
}Expand description
Core runtime parts after builder (handler executor wired by integration layer).
Fields§
§photon: Arc<Photon>Configured Photon handle.
Auto Trait Implementations§
impl !RefUnwindSafe for PhotonRuntimeParts
impl !UnwindSafe for PhotonRuntimeParts
impl Freeze for PhotonRuntimeParts
impl Send for PhotonRuntimeParts
impl Sync for PhotonRuntimeParts
impl Unpin for PhotonRuntimeParts
impl UnsafeUnpin for PhotonRuntimeParts
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