pub struct environment;Trait Implementations§
Source§impl Field for environment
impl Field for environment
Source§impl HasField<environment> for DeploymentRequest
impl HasField<environment> for DeploymentRequest
Source§type Type = Environment
type Type = Environment
The schema marker type of this field.
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