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