pub struct RelatedInformation {
pub file: Option<String>,
pub range: Option<Range>,
pub message: String,
}Fields§
§file: Option<String>§range: Option<Range>§message: StringTrait Implementations§
Source§impl Debug for RelatedInformation
impl Debug for RelatedInformation
Source§impl<'de> Deserialize<'de> for RelatedInformation
impl<'de> Deserialize<'de> for RelatedInformation
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 RelatedInformation
impl RefUnwindSafe for RelatedInformation
impl Send for RelatedInformation
impl Sync for RelatedInformation
impl Unpin for RelatedInformation
impl UnwindSafe for RelatedInformation
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