Struct octorust::types::CombinedCommitStatus [−][src]
pub struct CombinedCommitStatus {
pub commit_url: String,
pub repository: MinimalRepository,
pub sha: String,
pub state: String,
pub statuses: Vec<SimpleCommitStatus>,
pub total_count: i64,
pub url: String,
}Expand description
Combined Commit Status
Fields
commit_url: Stringrepository: MinimalRepositoryMinimal Repository
sha: Stringstate: Stringstatuses: Vec<SimpleCommitStatus>total_count: i64url: StringTrait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for CombinedCommitStatusimpl Send for CombinedCommitStatusimpl Sync for CombinedCommitStatusimpl Unpin for CombinedCommitStatusimpl UnwindSafe for CombinedCommitStatusBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more