Struct limiting_factor::kernel::MinimalApplication
source · pub struct MinimalApplication {}
Implementations
sourceimpl MinimalApplication
impl MinimalApplication
pub fn start_application(routes: Vec<Route>)
Auto Trait Implementations
impl RefUnwindSafe for MinimalApplication
impl Send for MinimalApplication
impl Sync for MinimalApplication
impl Unpin for MinimalApplication
impl UnwindSafe for MinimalApplication
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> IntoCollection<T> for T
impl<T> IntoCollection<T> for T
fn into_collection<A>(self) -> SmallVec<A>where
A: Array<Item = T>,
fn into_collection<A>(self) -> SmallVec<A>where
A: Array<Item = T>,
Converts
self
into a collection.