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