pub struct TypeFactEntryV2 {
pub file_path: String,
pub expression_id: String,
pub facts: StringTypeFactsV2,
}Fields§
§file_path: String§expression_id: String§facts: StringTypeFactsV2Trait Implementations§
Source§impl Debug for TypeFactEntryV2
impl Debug for TypeFactEntryV2
Source§impl<'de> Deserialize<'de> for TypeFactEntryV2
impl<'de> Deserialize<'de> for TypeFactEntryV2
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 TypeFactEntryV2
impl RefUnwindSafe for TypeFactEntryV2
impl Send for TypeFactEntryV2
impl Sync for TypeFactEntryV2
impl Unpin for TypeFactEntryV2
impl UnsafeUnpin for TypeFactEntryV2
impl UnwindSafe for TypeFactEntryV2
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