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