pub struct AppParams(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for AppParams
impl RefUnwindSafe for AppParams
impl Send for AppParams
impl Sync for AppParams
impl Unpin for AppParams
impl UnsafeUnpin for AppParams
impl UnwindSafe for AppParams
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