pub struct LenraApp {
pub manifest: Manifest,
pub views: Vec<View>,
pub listeners: Vec<Listener>,
pub resources: Vec<Resource>,
}Fields§
§manifest: Manifest§views: Vec<View>§listeners: Vec<Listener>§resources: Vec<Resource>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LenraApp
impl !RefUnwindSafe for LenraApp
impl !Send for LenraApp
impl !Sync for LenraApp
impl Unpin for LenraApp
impl !UnwindSafe for LenraApp
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