Struct action_core::AnnotationProperties
source · pub struct AnnotationProperties {
pub title: Option<String>,
pub file: Option<String>,
pub start_line: Option<usize>,
pub end_line: Option<usize>,
pub start_column: Option<usize>,
pub end_column: Option<usize>,
}
Fields§
§title: Option<String>
§file: Option<String>
§start_line: Option<usize>
§end_line: Option<usize>
§start_column: Option<usize>
§end_column: Option<usize>
Trait Implementations§
source§impl Debug for AnnotationProperties
impl Debug for AnnotationProperties
source§impl Default for AnnotationProperties
impl Default for AnnotationProperties
source§fn default() -> AnnotationProperties
fn default() -> AnnotationProperties
Returns the “default value” for a type. Read more
source§impl<H> From<AnnotationProperties> for HashMap<String, String, H>where
H: BuildHasher + Default,
impl<H> From<AnnotationProperties> for HashMap<String, String, H>where H: BuildHasher + Default,
source§fn from(props: AnnotationProperties) -> Self
fn from(props: AnnotationProperties) -> Self
Converts to this type from the input type.
source§impl Hash for AnnotationProperties
impl Hash for AnnotationProperties
source§impl PartialEq<AnnotationProperties> for AnnotationProperties
impl PartialEq<AnnotationProperties> for AnnotationProperties
source§fn eq(&self, other: &AnnotationProperties) -> bool
fn eq(&self, other: &AnnotationProperties) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.