pub struct DeploymentReview;
Trait Implementations§
Source§impl HasField<__typename> for DeploymentReview
impl HasField<__typename> for DeploymentReview
Source§impl HasField<comment> for DeploymentReview
impl HasField<comment> for DeploymentReview
Source§impl HasField<databaseId> for DeploymentReview
impl HasField<databaseId> for DeploymentReview
Source§impl HasField<environments> for DeploymentReview
impl HasField<environments> for DeploymentReview
Source§type Type = EnvironmentConnection
type Type = EnvironmentConnection
The schema marker type of this field.
Source§impl HasField<id> for DeploymentReview
impl HasField<id> for DeploymentReview
Source§impl HasField<state> for DeploymentReview
impl HasField<state> for DeploymentReview
Source§type Type = DeploymentReviewState
type Type = DeploymentReviewState
The schema marker type of this field.
Source§impl HasField<user> for DeploymentReview
impl HasField<user> for DeploymentReview
Source§impl NamedType for DeploymentReview
impl NamedType for DeploymentReview
impl HasSubtype<DeploymentReview> for Node
Auto Trait Implementations§
impl Freeze for DeploymentReview
impl RefUnwindSafe for DeploymentReview
impl Send for DeploymentReview
impl Sync for DeploymentReview
impl Unpin for DeploymentReview
impl UnwindSafe for DeploymentReview
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