pub struct RelationItem {
pub file: String,
pub line: u32,
pub col: u32,
pub end_line: u32,
pub end_col: u32,
}Fields§
§file: String§line: u32§col: u32§end_line: u32§end_col: u32Trait Implementations§
Source§impl Debug for RelationItem
impl Debug for RelationItem
Source§impl<'de> Deserialize<'de> for RelationItem
impl<'de> Deserialize<'de> for RelationItem
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
Auto Trait Implementations§
impl Freeze for RelationItem
impl RefUnwindSafe for RelationItem
impl Send for RelationItem
impl Sync for RelationItem
impl Unpin for RelationItem
impl UnsafeUnpin for RelationItem
impl UnwindSafe for RelationItem
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