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