pub struct AnnotationProperties<'a> {
pub title: &'a str,
pub file: &'a str,
pub start_line: u32,
pub end_line: u32,
pub start_column: u32,
pub end_column: u32,
}Fields§
§title: &'a str§file: &'a str§start_line: u32§end_line: u32§start_column: u32§end_column: u32Trait Implementations§
Source§impl<'a> Clone for AnnotationProperties<'a>
impl<'a> Clone for AnnotationProperties<'a>
Source§fn clone(&self) -> AnnotationProperties<'a>
fn clone(&self) -> AnnotationProperties<'a>
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<'a> Debug for AnnotationProperties<'a>
impl<'a> Debug for AnnotationProperties<'a>
Source§impl<'a> Default for AnnotationProperties<'a>
impl<'a> Default for AnnotationProperties<'a>
Source§fn default() -> AnnotationProperties<'a>
fn default() -> AnnotationProperties<'a>
Returns the “default value” for a type. Read more
Source§impl Display for AnnotationProperties<'_>
impl Display for AnnotationProperties<'_>
Source§impl<'a> Hash for AnnotationProperties<'a>
impl<'a> Hash for AnnotationProperties<'a>
Source§impl<'a> PartialEq for AnnotationProperties<'a>
impl<'a> PartialEq for AnnotationProperties<'a>
impl<'a> Eq for AnnotationProperties<'a>
impl<'a> StructuralPartialEq for AnnotationProperties<'a>
Auto Trait Implementations§
impl<'a> Freeze for AnnotationProperties<'a>
impl<'a> RefUnwindSafe for AnnotationProperties<'a>
impl<'a> Send for AnnotationProperties<'a>
impl<'a> Sync for AnnotationProperties<'a>
impl<'a> Unpin for AnnotationProperties<'a>
impl<'a> UnwindSafe for AnnotationProperties<'a>
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> 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.