pub struct UpdateEnvironmentInput;Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for UpdateEnvironmentInput
impl HasInputField<environmentId, Id> for UpdateEnvironmentInput
impl HasInputField<reviewers, Option<Vec<Id>>> for UpdateEnvironmentInput
impl HasInputField<waitTimer, Option<i32>> for UpdateEnvironmentInput
impl InputObjectMarker for UpdateEnvironmentInput
Auto Trait Implementations§
impl Freeze for UpdateEnvironmentInput
impl RefUnwindSafe for UpdateEnvironmentInput
impl Send for UpdateEnvironmentInput
impl Sync for UpdateEnvironmentInput
impl Unpin for UpdateEnvironmentInput
impl UnwindSafe for UpdateEnvironmentInput
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