pub struct TestApplication { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for TestApplication
impl !UnwindSafe for TestApplication
impl Freeze for TestApplication
impl Send for TestApplication
impl Sync for TestApplication
impl Unpin for TestApplication
impl UnsafeUnpin for TestApplication
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