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