pub struct UpdateEnvironmentPayload;Trait Implementations§
Source§impl HasField<environment> for UpdateEnvironmentPayload
impl HasField<environment> for UpdateEnvironmentPayload
Source§type Type = Option<Environment>
type Type = Option<Environment>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for UpdateEnvironmentPayload
impl RefUnwindSafe for UpdateEnvironmentPayload
impl Send for UpdateEnvironmentPayload
impl Sync for UpdateEnvironmentPayload
impl Unpin for UpdateEnvironmentPayload
impl UnwindSafe for UpdateEnvironmentPayload
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