pub struct CheckRunWithSimpleCheckSuiteOutput {
pub annotations_count: i32,
pub annotations_url: String,
pub summary: Option<String>,
pub text: Option<String>,
pub title: Option<String>,
}
Fields§
§annotations_count: i32
§annotations_url: String
§summary: Option<String>
§text: Option<String>
§title: Option<String>
Implementations§
Trait Implementations§
Source§impl Clone for CheckRunWithSimpleCheckSuiteOutput
impl Clone for CheckRunWithSimpleCheckSuiteOutput
Source§fn clone(&self) -> CheckRunWithSimpleCheckSuiteOutput
fn clone(&self) -> CheckRunWithSimpleCheckSuiteOutput
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 CheckRunWithSimpleCheckSuiteOutput
impl Default for CheckRunWithSimpleCheckSuiteOutput
Source§fn default() -> CheckRunWithSimpleCheckSuiteOutput
fn default() -> CheckRunWithSimpleCheckSuiteOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CheckRunWithSimpleCheckSuiteOutput
impl<'de> Deserialize<'de> for CheckRunWithSimpleCheckSuiteOutput
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 CheckRunWithSimpleCheckSuiteOutput
impl PartialEq for CheckRunWithSimpleCheckSuiteOutput
Source§fn eq(&self, other: &CheckRunWithSimpleCheckSuiteOutput) -> bool
fn eq(&self, other: &CheckRunWithSimpleCheckSuiteOutput) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CheckRunWithSimpleCheckSuiteOutput
Auto Trait Implementations§
impl Freeze for CheckRunWithSimpleCheckSuiteOutput
impl RefUnwindSafe for CheckRunWithSimpleCheckSuiteOutput
impl Send for CheckRunWithSimpleCheckSuiteOutput
impl Sync for CheckRunWithSimpleCheckSuiteOutput
impl Unpin for CheckRunWithSimpleCheckSuiteOutput
impl UnwindSafe for CheckRunWithSimpleCheckSuiteOutput
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