pub struct environment;
Trait Implementations§
Source§impl Field for environment
impl Field for environment
Source§impl HasField<environment> for Deployment
impl HasField<environment> for Deployment
Auto Trait Implementations§
impl Freeze for environment
impl RefUnwindSafe for environment
impl Send for environment
impl Sync for environment
impl Unpin for environment
impl UnwindSafe for environment
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