Struct postman_api::request::UpdateEnvironmentRequest
source · [−]pub struct UpdateEnvironmentRequest<'a> {
pub environment_uid: String,
pub environment: Option<Value>,
/* private fields */
}
Expand description
Create this with the associated client method.
That method takes required values as arguments. Set optional values using builder methods on this struct.
Fields
environment_uid: String
environment: Option<Value>
Implementations
sourceimpl<'a> UpdateEnvironmentRequest<'a>
impl<'a> UpdateEnvironmentRequest<'a>
Auto Trait Implementations
impl<'a> !RefUnwindSafe for UpdateEnvironmentRequest<'a>
impl<'a> Send for UpdateEnvironmentRequest<'a>
impl<'a> Sync for UpdateEnvironmentRequest<'a>
impl<'a> Unpin for UpdateEnvironmentRequest<'a>
impl<'a> !UnwindSafe for UpdateEnvironmentRequest<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more