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