pub struct CheckAnnotation {
pub path: String,
pub start_line: u32,
pub end_line: u32,
pub annotation_level: &'static str,
pub message: String,
pub title: String,
}Fields§
§path: String§start_line: u32§end_line: u32§annotation_level: &'static str§message: String§title: StringImplementations§
Trait Implementations§
Source§impl Clone for CheckAnnotation
impl Clone for CheckAnnotation
Source§fn clone(&self) -> CheckAnnotation
fn clone(&self) -> CheckAnnotation
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 CheckAnnotation
impl Debug for CheckAnnotation
impl Eq for CheckAnnotation
Source§impl PartialEq for CheckAnnotation
impl PartialEq for CheckAnnotation
Source§impl Serialize for CheckAnnotation
impl Serialize for CheckAnnotation
impl StructuralPartialEq for CheckAnnotation
Auto Trait Implementations§
impl Freeze for CheckAnnotation
impl RefUnwindSafe for CheckAnnotation
impl Send for CheckAnnotation
impl Sync for CheckAnnotation
impl Unpin for CheckAnnotation
impl UnsafeUnpin for CheckAnnotation
impl UnwindSafe for CheckAnnotation
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