pub struct CheckRunOutputSummary(/* private fields */);
Expand description
Check out output summary
Implementations§
Trait Implementations§
Source§impl Clone for CheckRunOutputSummary
impl Clone for CheckRunOutputSummary
Source§fn clone(&self) -> CheckRunOutputSummary
fn clone(&self) -> CheckRunOutputSummary
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 Debug for CheckRunOutputSummary
impl Debug for CheckRunOutputSummary
Source§impl<'de> Deserialize<'de> for CheckRunOutputSummary
impl<'de> Deserialize<'de> for CheckRunOutputSummary
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 Display for CheckRunOutputSummary
impl Display for CheckRunOutputSummary
Source§impl From<&str> for CheckRunOutputSummary
impl From<&str> for CheckRunOutputSummary
Source§fn from(string: &str) -> CheckRunOutputSummary
fn from(string: &str) -> CheckRunOutputSummary
Converts to this type from the input type.
Source§impl From<String> for CheckRunOutputSummary
impl From<String> for CheckRunOutputSummary
Source§fn from(string: String) -> CheckRunOutputSummary
fn from(string: String) -> CheckRunOutputSummary
Converts to this type from the input type.
Source§impl Hash for CheckRunOutputSummary
impl Hash for CheckRunOutputSummary
Source§impl Ord for CheckRunOutputSummary
impl Ord for CheckRunOutputSummary
Source§fn cmp(&self, other: &CheckRunOutputSummary) -> Ordering
fn cmp(&self, other: &CheckRunOutputSummary) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CheckRunOutputSummary
impl PartialEq for CheckRunOutputSummary
Source§impl PartialOrd for CheckRunOutputSummary
impl PartialOrd for CheckRunOutputSummary
Source§impl Serialize for CheckRunOutputSummary
impl Serialize for CheckRunOutputSummary
impl Eq for CheckRunOutputSummary
impl StructuralPartialEq for CheckRunOutputSummary
Auto Trait Implementations§
impl Freeze for CheckRunOutputSummary
impl RefUnwindSafe for CheckRunOutputSummary
impl Send for CheckRunOutputSummary
impl Sync for CheckRunOutputSummary
impl Unpin for CheckRunOutputSummary
impl UnwindSafe for CheckRunOutputSummary
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,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.