pub struct UserApp<MDL, MSG>{ /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<MDL, MSG> Freeze for UserApp<MDL, MSG>where
MDL: Freeze,
impl<MDL, MSG> RefUnwindSafe for UserApp<MDL, MSG>where
MDL: RefUnwindSafe,
impl<MDL, MSG> Send for UserApp<MDL, MSG>where
MDL: Send,
impl<MDL, MSG> Sync for UserApp<MDL, MSG>where
MDL: Sync,
impl<MDL, MSG> Unpin for UserApp<MDL, MSG>where
MDL: Unpin,
impl<MDL, MSG> UnwindSafe for UserApp<MDL, MSG>where
MDL: UnwindSafe,
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