pub struct ComposedApplication {
pub graph: ApplicationGraph,
pub services: FrozenServices,
}Fields§
§graph: ApplicationGraph§services: FrozenServicesTrait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ComposedApplication
impl !UnwindSafe for ComposedApplication
impl Freeze for ComposedApplication
impl Send for ComposedApplication
impl Sync for ComposedApplication
impl Unpin for ComposedApplication
impl UnsafeUnpin for ComposedApplication
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