pub struct GithubRunsResponse {
pub runs: Vec<RemoteWorkflowRun>,
pub branch: Option<String>,
pub truncated: bool,
}Fields§
§runs: Vec<RemoteWorkflowRun>§branch: Option<String>Echoed back, so an answer that arrives after the filter changed can be told apart from one for the branch now on screen.
truncated: boolTrait Implementations§
Source§impl Clone for GithubRunsResponse
impl Clone for GithubRunsResponse
Source§fn clone(&self) -> GithubRunsResponse
fn clone(&self) -> GithubRunsResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GithubRunsResponse
impl Debug for GithubRunsResponse
Source§impl<'de> Deserialize<'de> for GithubRunsResponse
impl<'de> Deserialize<'de> for GithubRunsResponse
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
impl Eq for GithubRunsResponse
Source§impl PartialEq for GithubRunsResponse
impl PartialEq for GithubRunsResponse
Source§impl Serialize for GithubRunsResponse
impl Serialize for GithubRunsResponse
impl StructuralPartialEq for GithubRunsResponse
Auto Trait Implementations§
impl Freeze for GithubRunsResponse
impl RefUnwindSafe for GithubRunsResponse
impl Send for GithubRunsResponse
impl Sync for GithubRunsResponse
impl Unpin for GithubRunsResponse
impl UnsafeUnpin for GithubRunsResponse
impl UnwindSafe for GithubRunsResponse
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.