pub struct DeploymentWorkflowRun1HeadRepository {Show 46 fields
pub archive_url: Option<String>,
pub assignees_url: Option<String>,
pub blobs_url: Option<String>,
pub branches_url: Option<String>,
pub collaborators_url: Option<String>,
pub comments_url: Option<String>,
pub commits_url: Option<String>,
pub compare_url: Option<String>,
pub contents_url: Option<String>,
pub contributors_url: Option<String>,
pub deployments_url: Option<String>,
pub description: Option<String>,
pub downloads_url: Option<String>,
pub events_url: Option<String>,
pub fork: Option<bool>,
pub forks_url: Option<String>,
pub full_name: Option<String>,
pub git_commits_url: Option<String>,
pub git_refs_url: Option<String>,
pub git_tags_url: Option<String>,
pub hooks_url: Option<String>,
pub html_url: Option<String>,
pub id: Option<i64>,
pub issue_comment_url: Option<String>,
pub issue_events_url: Option<String>,
pub issues_url: Option<String>,
pub keys_url: Option<String>,
pub labels_url: Option<String>,
pub languages_url: Option<String>,
pub merges_url: Option<String>,
pub milestones_url: Option<String>,
pub name: Option<String>,
pub node_id: Option<String>,
pub notifications_url: Option<String>,
pub owner: Option<WebhooksSponsorshipMaintainer>,
pub private: Option<bool>,
pub pulls_url: Option<String>,
pub releases_url: Option<String>,
pub stargazers_url: Option<String>,
pub statuses_url: Option<String>,
pub subscribers_url: Option<String>,
pub subscription_url: Option<String>,
pub tags_url: Option<String>,
pub teams_url: Option<String>,
pub trees_url: Option<String>,
pub url: Option<String>,
}Fields§
§archive_url: Option<String>§assignees_url: Option<String>§blobs_url: Option<String>§branches_url: Option<String>§collaborators_url: Option<String>§comments_url: Option<String>§commits_url: Option<String>§compare_url: Option<String>§contents_url: Option<String>§contributors_url: Option<String>§deployments_url: Option<String>§description: Option<String>§downloads_url: Option<String>§events_url: Option<String>§fork: Option<bool>§forks_url: Option<String>§full_name: Option<String>§git_commits_url: Option<String>§git_refs_url: Option<String>§hooks_url: Option<String>§html_url: Option<String>§id: Option<i64>§issue_comment_url: Option<String>§issue_events_url: Option<String>§issues_url: Option<String>§keys_url: Option<String>§labels_url: Option<String>§languages_url: Option<String>§merges_url: Option<String>§milestones_url: Option<String>§name: Option<String>§node_id: Option<String>§notifications_url: Option<String>§owner: Option<WebhooksSponsorshipMaintainer>§private: Option<bool>§pulls_url: Option<String>§releases_url: Option<String>§stargazers_url: Option<String>§statuses_url: Option<String>§subscribers_url: Option<String>§subscription_url: Option<String>§teams_url: Option<String>§trees_url: Option<String>§url: Option<String>Trait Implementations§
Source§impl Clone for DeploymentWorkflowRun1HeadRepository
impl Clone for DeploymentWorkflowRun1HeadRepository
Source§fn clone(&self) -> DeploymentWorkflowRun1HeadRepository
fn clone(&self) -> DeploymentWorkflowRun1HeadRepository
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for DeploymentWorkflowRun1HeadRepository
impl Default for DeploymentWorkflowRun1HeadRepository
Source§fn default() -> DeploymentWorkflowRun1HeadRepository
fn default() -> DeploymentWorkflowRun1HeadRepository
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeploymentWorkflowRun1HeadRepository
impl<'de> Deserialize<'de> for DeploymentWorkflowRun1HeadRepository
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DeploymentWorkflowRun1HeadRepository
impl PartialEq for DeploymentWorkflowRun1HeadRepository
Source§fn eq(&self, other: &DeploymentWorkflowRun1HeadRepository) -> bool
fn eq(&self, other: &DeploymentWorkflowRun1HeadRepository) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeploymentWorkflowRun1HeadRepository
Auto Trait Implementations§
impl Freeze for DeploymentWorkflowRun1HeadRepository
impl RefUnwindSafe for DeploymentWorkflowRun1HeadRepository
impl Send for DeploymentWorkflowRun1HeadRepository
impl Sync for DeploymentWorkflowRun1HeadRepository
impl Unpin for DeploymentWorkflowRun1HeadRepository
impl UnwindSafe for DeploymentWorkflowRun1HeadRepository
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