Struct github_rest::model::repositories::nested::MostRecentInstance
source · pub struct MostRecentInstance {
pub ref_field: String,
pub analysis_key: String,
pub environment: String,
pub category: String,
pub state: CodeScanningAlertState,
pub commit_sha: String,
pub message: Message,
pub html_url: String,
}
Fields§
§ref_field: String
§analysis_key: String
§environment: String
§category: String
§state: CodeScanningAlertState
§commit_sha: String
§message: Message
§html_url: String
Trait Implementations§
source§impl Clone for MostRecentInstance
impl Clone for MostRecentInstance
source§fn clone(&self) -> MostRecentInstance
fn clone(&self) -> MostRecentInstance
Returns a copy 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 MostRecentInstance
impl Debug for MostRecentInstance
source§impl<'de> Deserialize<'de> for MostRecentInstance
impl<'de> Deserialize<'de> for MostRecentInstance
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<MostRecentInstance> for MostRecentInstance
impl PartialEq<MostRecentInstance> for MostRecentInstance
source§fn eq(&self, other: &MostRecentInstance) -> bool
fn eq(&self, other: &MostRecentInstance) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for MostRecentInstance
impl Serialize for MostRecentInstance
impl StructuralPartialEq for MostRecentInstance
Auto Trait Implementations§
impl RefUnwindSafe for MostRecentInstance
impl Send for MostRecentInstance
impl Sync for MostRecentInstance
impl Unpin for MostRecentInstance
impl UnwindSafe for MostRecentInstance
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