pub struct EnvironmentRegistry { /* private fields */ }Expand description
A map from environment names to their specs.
Implementations§
Trait Implementations§
Source§impl Default for EnvironmentRegistry
impl Default for EnvironmentRegistry
Source§fn default() -> EnvironmentRegistry
fn default() -> EnvironmentRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EnvironmentRegistry
impl RefUnwindSafe for EnvironmentRegistry
impl Send for EnvironmentRegistry
impl Sync for EnvironmentRegistry
impl Unpin for EnvironmentRegistry
impl UnsafeUnpin for EnvironmentRegistry
impl UnwindSafe for EnvironmentRegistry
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