pub struct EdgeProvenance {
pub file: PathBuf,
pub span: Span,
pub symbol_id: String,
}Fields§
§file: PathBuf§span: Span§symbol_id: StringTrait Implementations§
Source§impl Clone for EdgeProvenance
impl Clone for EdgeProvenance
Source§fn clone(&self) -> EdgeProvenance
fn clone(&self) -> EdgeProvenance
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 Debug for EdgeProvenance
impl Debug for EdgeProvenance
Source§impl<'de> Deserialize<'de> for EdgeProvenance
impl<'de> Deserialize<'de> for EdgeProvenance
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
Source§impl PartialEq for EdgeProvenance
impl PartialEq for EdgeProvenance
Source§impl Serialize for EdgeProvenance
impl Serialize for EdgeProvenance
impl Eq for EdgeProvenance
impl StructuralPartialEq for EdgeProvenance
Auto Trait Implementations§
impl Freeze for EdgeProvenance
impl RefUnwindSafe for EdgeProvenance
impl Send for EdgeProvenance
impl Sync for EdgeProvenance
impl Unpin for EdgeProvenance
impl UnsafeUnpin for EdgeProvenance
impl UnwindSafe for EdgeProvenance
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