pub struct DeployedEvent;
Trait Implementations§
Source§impl HasField<__typename> for DeployedEvent
impl HasField<__typename> for DeployedEvent
Source§impl HasField<actor> for DeployedEvent
impl HasField<actor> for DeployedEvent
Source§impl HasField<createdAt> for DeployedEvent
impl HasField<createdAt> for DeployedEvent
Source§impl HasField<databaseId> for DeployedEvent
impl HasField<databaseId> for DeployedEvent
Source§impl HasField<deployment> for DeployedEvent
impl HasField<deployment> for DeployedEvent
Source§type Type = Deployment
type Type = Deployment
The schema marker type of this field.
Source§impl HasField<id> for DeployedEvent
impl HasField<id> for DeployedEvent
Source§impl HasField<pullRequest> for DeployedEvent
impl HasField<pullRequest> for DeployedEvent
Source§type Type = PullRequest
type Type = PullRequest
The schema marker type of this field.
Source§impl HasField<ref> for DeployedEvent
impl HasField<ref> for DeployedEvent
Source§impl NamedType for DeployedEvent
impl NamedType for DeployedEvent
impl HasSubtype<DeployedEvent> for Node
impl HasSubtype<DeployedEvent> for PullRequestTimelineItem
impl HasSubtype<DeployedEvent> for PullRequestTimelineItems
Auto Trait Implementations§
impl Freeze for DeployedEvent
impl RefUnwindSafe for DeployedEvent
impl Send for DeployedEvent
impl Sync for DeployedEvent
impl Unpin for DeployedEvent
impl UnwindSafe for DeployedEvent
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